- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol 5, not number 6 that we use. Proto...
[reactos.git] / reactos / lib / 3rdparty / mingw / dllmain.c
1 #include <oscalls.h>
2 #define _DECL_DLLMAIN
3 #include <process.h>
4
5 BOOL WINAPI DllMain(HANDLE hDllHandle, DWORD dwReason, LPVOID lpreserved)
6 {
7 return TRUE;
8 }