INTEGRATION: CWS warnings01 (1.2.416); FILE MERGED
2005/12/02 08:23:03 sb 1.2.416.3: #i53898# Now globally disabled warning C4514: unreferenced inline function has been removed. 2005/09/23 01:34:35 sb 1.2.416.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/20 12:57:23 sb 1.2.416.1: #i53898# Globally disable problematic warnings.
This commit is contained in:
parent
a20a285c4d
commit
b79d443d78
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: DllGetVersion.cpp,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-08 16:11:42 $
|
||||
* last change: $Author: hr $ $Date: 2006-06-20 04:32:24 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -34,8 +34,10 @@
|
|||
************************************************************************/
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#pragma warning(push,1)
|
||||
#include <windows.h>
|
||||
#include <shlwapi.h>
|
||||
#pragma warning(pop)
|
||||
#include <malloc.h>
|
||||
|
||||
extern HMODULE UWINAPI_BaseAddress;
|
||||
|
|
Loading…
Reference in a new issue