Added skeleton for PSXX.DLL, the X11 client library for the POSIX+ subsystem.
[reactos.git] / posix / lib / psxx / misc / main.c
diff --git a/posix/lib/psxx/misc/main.c b/posix/lib/psxx/misc/main.c
new file mode 100644 (file)
index 0000000..16eaeb1
--- /dev/null
@@ -0,0 +1,10 @@
+/* $Id: main.c,v 1.1 2001/09/08 22:13:16 ea Exp $
+ */
+#define NTOS_MODE_USER
+#include <ntos.h>
+
+BOOL STDCALL DllMain (HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
+{
+       return TRUE;
+}
+/* EOF */