mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 14:43:35 +00:00
Define __MINGW_MSC_PREREQ() macro,
build failed with GCC 4.4.0 without it. svn path=/trunk/; revision=38285
This commit is contained in:
parent
1be3ebb61b
commit
898f34d2de
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@
|
||||||
#define __MINGW_GNUC_PREREQ(major, minor) 0
|
#define __MINGW_GNUC_PREREQ(major, minor) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined (_MSC_VER)
|
||||||
|
#define __MINGW_MSC_PREREQ(major, minor) 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#define USE___UUIDOF 0
|
#define USE___UUIDOF 0
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue