mirror of
https://github.com/quantum5/Zalgo.git
synced 2025-04-24 13:41:57 -04:00
Removed s/// work around when compiling Zalgo.cpp.
This commit is contained in:
parent
39b156acdd
commit
2dab6674f0
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue