Removed s/// work around when compiling Zalgo.cpp.

Signed-off-by: Xiaomao Chen <xiaomao5@live.com>
This commit is contained in:
Quantum 2013-09-08 12:04:20 -04:00
parent bbe3ed6e9d
commit b370794055

View file

@ -13,7 +13,7 @@ public:
HRESULT m_hr;
};
int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) {
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {
COleInitialize oleInit;
InitCommonControls();