summaryrefslogtreecommitdiffhomepage
path: root/src/internal/pe_lib_entry_point.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/pe_lib_entry_point.c')
-rw-r--r--src/internal/pe_lib_entry_point.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/internal/pe_lib_entry_point.c b/src/internal/pe_lib_entry_point.c
deleted file mode 100644
index efdaa26..0000000
--- a/src/internal/pe_lib_entry_point.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <psxtypes/psxtypes.h>
-
-int __stdcall pe_lib_entry_point(void * hinstance, uint32_t reason, void * reserved)
-{
- return 1;
-}