mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:36:13 +00:00
Temporary hack to avoid linker errors when building with RosBE 1.5B1.
svn path=/trunk/; revision=43434
This commit is contained in:
parent
dd487188b9
commit
05f6ac1ea8
2 changed files with 5 additions and 0 deletions
|
@ -196,6 +196,8 @@ int WINAPI _tWinMain(HINSTANCE hInst, HINSTANCE hPrev, LPTSTR szCmdLine, int iCm
|
|||
|
||||
SaveSettings();
|
||||
|
||||
try { throw 0; } catch (int i) { } /* HACK */
|
||||
|
||||
return msg.wParam;
|
||||
}
|
||||
|
||||
|
|
|
@ -154,6 +154,9 @@ int WINAPI _tWinMain(HINSTANCE hInst, HINSTANCE hPrev, LPTSTR szCmdLine, int iCm
|
|||
DispatchMessage(&msg);
|
||||
}
|
||||
}
|
||||
|
||||
try { throw 0; } catch (int i) { } /* HACK */
|
||||
|
||||
return msg.wParam;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue