summaryrefslogtreecommitdiffstats
path: root/PC/python3dll.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-02-25 14:31:09 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-02-25 14:31:09 (GMT)
commit71219dad3e89a2f47686b4facef368980abe1f2d (patch)
tree06efca7d087b4490d3b0f1d5cf3df01a6be1d197 /PC/python3dll.c
parent7f1e174c7a0cc4e9f5ca40a22ac13f4bd53467ec (diff)
downloadcpython-71219dad3e89a2f47686b4facef368980abe1f2d.zip
cpython-71219dad3e89a2f47686b4facef368980abe1f2d.tar.gz
cpython-71219dad3e89a2f47686b4facef368980abe1f2d.tar.bz2
More eol-style's
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