Some obsolete flags removed, some useless compiler flags removed & shit. Nothing earth-shattering

<insert ginormous commit message ruined by TortoiseSVN's shitty GUI>

svn path=/trunk/; revision=40537
This commit is contained in:
KJK::Hyperion 2009-04-16 02:18:00 +00:00
parent 0464762cd6
commit bbfe8fa8d7
124 changed files with 21 additions and 166 deletions

View file

@ -66,9 +66,9 @@ LRESULT CALLBACK WndProc(HWND hWnd,
return DefWindowProc(hWnd, msg, wParam, lParam);
}
int APIENTRY WinMain(HINSTANCE hInst,
int APIENTRY wWinMain(HINSTANCE hInst,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
LPWSTR lpCmdLine,
int nCmdShow)
{
HWND hWnd1, hWnd2, hWnd3;