back disable warnings into stdafx.h, vc6 is lack of warnings support

svn-id: r9337
This commit is contained in:
Paweł Kołodziejski 2003-07-31 18:35:01 +00:00
parent bb8d0361e7
commit e5e117006a
17 changed files with 492 additions and 66 deletions

View file

@ -52,11 +52,6 @@
#include <sys/stat.h>
#endif
#ifdef _MSC_VER
// Disable "unknown pragma" warning in MSVC 6
#pragma warning(disable : 4068)
#endif
#ifdef _WIN32_WCE
extern bool isSmartphone(void);
#endif