summaryrefslogtreecommitdiffstats
path: root/PC/python3dll.c
diff options
context:
space:
mode:
Diffstat (limited to 'PC/python3dll.c')
-rw-r--r--PC/python3dll.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/PC/python3dll.c b/PC/python3dll.c
deleted file mode 100644
index ef29071..0000000
--- a/PC/python3dll.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <windows.h>
-
-BOOL WINAPI
-DllMain(HINSTANCE hInstDLL,
- DWORD fdwReason,
- LPVOID lpReserved)
-{
- return TRUE;
-} \ No newline at end of file