From 2dab6674f05ac6caa469e07a785fec1aa5910871 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. --- 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();