Home
last modified time | relevance | path

Searched refs:com_hwndMsg (Results 1 – 3 of 3) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/compilers/dmap/
H A Ddmap.cpp381 if ( com_outputMsg && com_hwndMsg != NULL ) { in Dmap()
383 ::PostMessage( com_hwndMsg, msg, 0, 0 ); in Dmap()
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DCommon.h90 extern HWND com_hwndMsg;
H A DCommon.cpp116 HWND com_hwndMsg = NULL; variable
307 com_hwndMsg = hwnd; in EnumWindowsProc()
319 com_hwndMsg = NULL; in FindEditor()
321 return !( com_hwndMsg == NULL ); in FindEditor()
421 if ( com_hwndMsg ) { in VPrintf()
423 ::PostMessage( com_hwndMsg, com_msgID, 0, static_cast<LPARAM>(atom) ); in VPrintf()