Add updated .hgeol file and fix newlines in the 3.2 branch.

This commit is contained in:
Georg Brandl 2011-03-05 15:11:35 +01:00
parent b2a39da238
commit 49857f8a93
59 changed files with 7109 additions and 7106 deletions

View file

@ -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;
}