diff --git a/platforms/windows/main.cpp.in b/platforms/windows/main.cpp.in index 08cde24..6cc2741 100755 --- a/platforms/windows/main.cpp.in +++ b/platforms/windows/main.cpp.in @@ -29,7 +29,7 @@ int defaultWidth, defaultHeight; bool shouldConfineMouse = false; -const wchar_t CLASS_NAME[] = L"@APP_NAME@"; +const wchar_t CLASS_NAME[] = L"PrismApp"; wchar_t* convertToUnicode(const char* str) { size_t ret = 0;