back disable warnings into stdafx.h, vc6 is lack of warnings support
svn-id: r9337
This commit is contained in:
parent
bb8d0361e7
commit
e5e117006a
17 changed files with 492 additions and 66 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue