Home
last modified time | relevance | path

Searched refs:MsgDeal (Results 1 – 5 of 5) sorted by relevance

/reactos/base/applications/games/spider/
H A Dspider.cpp25 TCHAR MsgDeal[128]; variable
98 LoadString(hInst, IDS_SPI_DEAL, MsgDeal, sizeof(MsgDeal) / sizeof(MsgDeal[0])); in _tWinMain()
H A Dspider.h29 extern TCHAR MsgDeal[];
H A Dspigame.cpp25 extern TCHAR MsgDeal[];
201 if( IDYES == MessageBox(SpiderWnd, MsgDeal, szAppName, MB_YESNO | MB_ICONQUESTION) ) in GameFinished()
/reactos/base/applications/games/solitaire/
H A Dsolitaire.cpp24 TCHAR MsgDeal[128]; variable
214 LoadString(hInst, IDS_SOL_DEAL, MsgDeal, sizeof(MsgDeal) / sizeof(MsgDeal[0])); in _tWinMain()
H A Dsolgame.cpp10 extern TCHAR MsgDeal[128];
383 if( IDYES == MessageBox(SolWnd, MsgDeal, szAppName, MB_YESNO | MB_ICONQUESTION) ) in SuitStackAddProc()