mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
2ca9fcd3b0
svn path=/trunk/; revision=65460
10 lines
195 B
C
10 lines
195 B
C
/* $Id: main.c,v 1.3 2002/10/29 04:45:50 rex Exp $
|
|
*/
|
|
#define NTOS_MODE_USER
|
|
#include <ntos.h>
|
|
|
|
BOOL STDCALL DllMain (HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
|
|
{
|
|
return TRUE;
|
|
}
|
|
/* EOF */
|