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

This commit is contained in:
Quantum 2013-09-08 12:04:20 -04:00
parent 39b156acdd
commit 2dab6674f0

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();