From b3707940551714f688ff6c1f6071bb22c2aeb460 Mon Sep 17 00:00:00 2001 From: Quantum Date: Sun, 8 Sep 2013 12:04:20 -0400 Subject: [PATCH] Removed s/// work around when compiling Zalgo.cpp. Signed-off-by: Xiaomao Chen --- src/Zalgo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Zalgo.cpp b/src/Zalgo.cpp index b5f44ba..504633d 100644 --- a/src/Zalgo.cpp +++ b/src/Zalgo.cpp @@ -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();