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