Changeset 844 – HoverRace

Changeset 844

Show
Ignore:
Timestamp:
02/04/10 02:36:48 (6 weeks ago)
Author:
zoogie
Message:

#164: Disable deprecation of "insecure" POSIX functions.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/client/Game2/StdAfx.h

    r843 r844  
    99        // Minimum Windows version: XP 
    1010#       define WINVER 0x0501 
     11 
     12#       define _CRT_SECURE_NO_DEPRECATE 
     13#       define _SCL_SECURE_NO_DEPRECATE 
    1114 
    1215#       include <afxwin.h>                                                              // MFC core and standard components 
  • trunk/engine/StdAfx.h

    r680 r844  
    77#       define VC_EXTRALEAN                                                       // Exclude rarely-used stuff from Windows headers 
    88 
    9         // Minimum Windows version: XP 
     9// Minimum Windows version: XP 
    1010#       define WINVER 0x0501 
     11 
     12#       define _CRT_SECURE_NO_DEPRECATE 
     13#       define _SCL_SECURE_NO_DEPRECATE 
    1114 
    1215#       include <afxwin.h>                                                              // MFC core and standard components