#6037 Use MAKINTATOM in MSWindowsScreen

This commit is contained in:
Andrew Nelless 2017-05-18 01:20:22 +01:00
parent b87dba52ba
commit 98e617a937
1 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,7 @@ MSWindowsScreen::createWindow(ATOM windowClass, const char* name) const
HWND window = CreateWindowEx(WS_EX_TOPMOST |
WS_EX_TRANSPARENT |
WS_EX_TOOLWINDOW,
reinterpret_cast<LPCTSTR>(windowClass),
MAKEINTATOM(windowClass),
name,
WS_POPUP,
0, 0, 1, 1,