mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fix cmd build with MSVC 2005
svn path=/trunk/; revision=20713
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning ( disable : 4103 ) /* use #pragma pack to change alignment */
|
||||
#undef _CRT_SECURE_NO_DEPRECATE
|
||||
#define _CRT_SECURE_NO_DEPRECATE
|
||||
#endif//_MSC_VER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user