summaryrefslogtreecommitdiff
path: root/PC/python3dll.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-05 15:11:35 +0100
committerGeorg Brandl <georg@python.org>2011-03-05 15:11:35 +0100
commit175d89ef58a3f6f135a69cc17d302d193edc56a1 (patch)
tree882314a5edb4c9c7ed1166f61b464e2b4ce9a6ea /PC/python3dll.c
parentf6c3b849c6b86ddf69b39b0eb1cabdedb2b9949e (diff)
downloadcpython-175d89ef58a3f6f135a69cc17d302d193edc56a1.tar.gz
Add updated .hgeol file and fix newlines in the 3.2 branch.
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 b171fcae35..ef29071125 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