File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 40
40
#endif
41
41
42
42
#ifndef CMARK_GFM_EXTENSIONS_DEPRECATED
43
- # if ! defined(_WIN32 )
44
- # define CMARK_GFM_EXTENSIONS_DEPRECATED __attribute__ ((__deprecated__) )
43
+ # if defined(_WIN32 )
44
+ # define CMARK_GFM_EXTENSIONS_DEPRECATED __declspec(deprecated )
45
45
# else
46
- # define CMARK_GFM_EXTENSIONS_DEPRECATED
46
+ # define CMARK_GFM_EXTENSIONS_DEPRECATED __attribute__ ((__deprecated__))
47
47
# endif
48
48
#endif
49
49
Original file line number Diff line number Diff line change 30
30
#endif
31
31
32
32
#ifndef CMARK_GFM_DEPRECATED
33
- # if ! defined(_WIN32 )
34
- # define CMARK_GFM_DEPRECATED __attribute__ ((__deprecated__) )
33
+ # if defined(_WIN32 )
34
+ # define CMARK_GFM_DEPRECATED __declspec(deprecated )
35
35
# else
36
- # define CMARK_GFM_DEPRECATED
36
+ # define CMARK_GFM_DEPRECATED __attribute__ ((__deprecated__))
37
37
# endif
38
38
#endif
39
39
You can’t perform that action at this time.
0 commit comments