Define WIN32_LEAN_AND_MEAN

This commit is contained in:
James Clark 1998-11-24 09:31:04 +00:00
parent 0a2a79e3fc
commit 1fb7b5aba9
3 changed files with 7 additions and 0 deletions

View file

@ -18,6 +18,9 @@ James Clark. All Rights Reserved.
Contributor(s):
*/
#define STRICT 1
#define WIN32_LEAN_AND_MEAN 1
#include <windows.h>
BOOL WINAPI DllMain(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved)

View file

@ -21,6 +21,9 @@ Contributor(s):
#include "codepage.h"
#ifdef WIN32
#define STRICT 1
#define WIN32_LEAN_AND_MEAN 1
#include <windows.h>
int codepageMap(int cp, int *map)

View file

@ -19,6 +19,7 @@ Contributor(s):
*/
#define STRICT 1
#define WIN32_LEAN_AND_MEAN 1
#ifdef XML_UNICODE_WCHAR_T
#ifndef XML_UNICODE