- Don't break the build, Arch

svn path=/trunk/; revision=61668
This commit is contained in:
Thomas Faber 2014-01-18 10:45:39 +00:00
parent 50eccb575e
commit c85b7d884c

View file

@ -771,7 +771,6 @@ wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nSh
WNDCLASSEXW WndClass = {0};
WCHAR szWindowClass[] = L"ROSAPPMGR";
WCHAR szWindowName[MAX_STR_LEN];
WCHAR szErrorText[MAX_STR_LEN];
HANDLE hMutex = NULL;
MSG Msg;