mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
revert of mass delete of the posix subsystem. perhaps there is hope for it yet.
svn path=/trunk/; revision=3674
This commit is contained in:
parent
c29a543da5
commit
385fdfdfeb
166 changed files with 20265 additions and 0 deletions
10
posix/lib/psxx/misc/main.c
Normal file
10
posix/lib/psxx/misc/main.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* $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 */
|
Loading…
Add table
Add a link
Reference in a new issue