summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ntapi_entry_point.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/ntapi_entry_point.c')
-rw-r--r--src/internal/ntapi_entry_point.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/internal/ntapi_entry_point.c b/src/internal/ntapi_entry_point.c
new file mode 100644
index 0000000..bca857d
--- /dev/null
+++ b/src/internal/ntapi_entry_point.c
@@ -0,0 +1,12 @@
+/********************************************************/
+/* ntapi: Native API core library */
+/* Copyright (C) 2013,2014,2015 Z. Gilboa */
+/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
+/********************************************************/
+
+#include <psxtypes/psxtypes.h>
+
+int __stdcall __ntapi_entry_point(void * hinstance, uint32_t reason, void * reserved)
+{
+ return 1;
+}