reactos/rossubsys/posix/lib/psxx/misc/main.c
Hermès Bélusca-Maïto 2ca9fcd3b0 Resuscitate POSIX subsystem from revision 21378.
svn path=/trunk/; revision=65460
2014-11-23 15:23:36 +00:00

11 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 */