INTEGRATION: CWS mingwport06 (1.5.40); FILE MERGED
2007/08/27 14:13:45 vg 1.5.40.1: #i75499# pragma for MSVC
This commit is contained in:
parent
720896f0b5
commit
3da8d52c6d
1 changed files with 6 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: migrateinstallpath.cxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: ihi $ $Date: 2007-06-05 10:50:00 $
|
||||
* last change: $Author: kz $ $Date: 2007-09-06 13:35:07 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -34,11 +34,15 @@
|
|||
************************************************************************/
|
||||
|
||||
#define _WIN32_WINDOWS 0x0410
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(push, 1) /* disable warnings within system headers */
|
||||
#endif
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <msiquery.h>
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(pop)
|
||||
#endif
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue