INTEGRATION: CWS mingwport06 (1.3.48); FILE MERGED
2007/08/24 13:12:57 vg 1.3.48.1: #i75499# pragma is for MSVC
This commit is contained in:
parent
9eb88381c9
commit
086e130132
1 changed files with 4 additions and 0 deletions
|
@ -6,9 +6,13 @@
|
|||
#include "registryexception.hxx"
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(push, 1) /* disable warnings within system headers */
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(pop)
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Konstruktion/Destruktion
|
||||
|
|
Loading…
Reference in a new issue