mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Addendum to rev 62573: simplify my story, thanks Amine ;)
svn path=/trunk/; revision=62576
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#define strcasecmp _stricmp
|
||||
#endif//_WIN32
|
||||
|
||||
#if (!defined(_MSC_VER) || (defined(_MSC_VER) && (_MSC_VER < 1500)))
|
||||
#if (!defined(_MSC_VER) || (_MSC_VER < 1500))
|
||||
#define _In_
|
||||
#define _Out_
|
||||
#define _Inout_
|
||||
|
||||
@@ -130,7 +130,7 @@ extern LIST_ENTRY CmiHiveListHead;
|
||||
#define min(a, b) (((a) < (b)) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
#if (!defined(_MSC_VER) || (defined(_MSC_VER) && (_MSC_VER < 1500)))
|
||||
#if (!defined(_MSC_VER) || (_MSC_VER < 1500))
|
||||
#define _In_
|
||||
#define _Out_
|
||||
#define _In_opt_
|
||||
|
||||
Reference in New Issue
Block a user