winemac.drv: Fix a typo in _MSC_VER.
This commit is contained in:
parent
c5bd5236b9
commit
7a7925c872
|
@ -89,7 +89,7 @@
|
|||
|
||||
|
||||
#ifndef DECLSPEC_HIDDEN
|
||||
# if defined(__MSC_VER) || defined(__MINGW32__) || defined(__CYGWIN__)
|
||||
# if defined(_MSC_VER) || defined(__MINGW32__) || defined(__CYGWIN__)
|
||||
# define DECLSPEC_HIDDEN
|
||||
# elif defined(__GNUC__) && ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)))
|
||||
# define DECLSPEC_HIDDEN __attribute__((visibility ("hidden")))
|
||||
|
|
Loading…
Reference in New Issue