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

@ -36,11 +36,6 @@
#include "gui/ListWidget.h"
#include "common/config-file.h"
#ifdef _MSC_VER
// Disable "unknown pragma" warning in MSVC 6
#pragma warning(disable : 4068)
#endif
#ifdef _WIN32_WCE
#include "gapi_keys.h"
extern bool _get_key_mapping;