mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
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:
parent
0464762cd6
commit
bbfe8fa8d7
124 changed files with 21 additions and 166 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue