Add updated .hgeol file and fix newlines in the 3.2 branch.
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