]> git.saurik.com Git - wxWidgets.git/blame - src/xrc/expat/xmltok/dllmain.c
new wxASSERT implementation using wxAssert() helper function
[wxWidgets.git] / src / xrc / expat / xmltok / dllmain.c
CommitLineData
78d14f80
VS
1/*
2Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
3See the file copying.txt for copying permission.
4*/
5
6#define STRICT 1
7#define WIN32_LEAN_AND_MEAN 1
8
9#include <windows.h>
10
11BOOL WINAPI DllMain(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved)
12{
13 return TRUE;
14}
15