Commit f345996c authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

only use MINGW workarounds when building with MINGW

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a0022ad6
......@@ -26,7 +26,6 @@
#ifdef __MINGW32__
# include <_mingw.h>
#endif
#ifdef __MINGW64_VERSION_MAJOR /* mingw.org lacks this header */
# include <shobjidl.h>
......@@ -228,4 +227,5 @@ struct ITaskbarList3Vtbl
# define THBN_CLICKED 0x1800
#endif
#endif /* __MINGW32__ */
#endif //MINGW_WORKAROUNDS_H
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment