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