File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4040#endif
4141
4242#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 )
4545# else
46- # define CMARK_GFM_EXTENSIONS_DEPRECATED
46+ # define CMARK_GFM_EXTENSIONS_DEPRECATED __attribute__ ((__deprecated__))
4747# endif
4848#endif
4949
Original file line number Diff line number Diff line change 3030#endif
3131
3232#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 )
3535# else
36- # define CMARK_GFM_DEPRECATED
36+ # define CMARK_GFM_DEPRECATED __attribute__ ((__deprecated__))
3737# endif
3838#endif
3939
You can’t perform that action at this time.
0 commit comments