DXGL r571 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r570‎ | r571 | r572 >
Date:03:40, 6 December 2014
Author:admin
Status:new
Tags:
Comment:
Temporarily remove DXGLCFG deprecation warning.
Modified paths:
  • /dxglcfg/dxglcfg.c (modified) (history)

Diff [purge]

Index: dxglcfg/dxglcfg.c
@@ -1318,8 +1318,8 @@
13191319 GetModuleFileName(NULL,hlppath,MAX_PATH);
13201320 GetDirFromPath(hlppath);
13211321 _tcscat(hlppath,_T("\\dxgl.chm"));
1322 - MessageBox(NULL, _T("This version of DXGL Config is deprecated and no longer supported. Some options may no longer work correctly."),
1323 - _T("Notice"), MB_OK | MB_ICONWARNING);
 1322+ /*MessageBox(NULL, _T("This version of DXGL Config is deprecated and no longer supported. Some options may no longer work correctly."),
 1323+ _T("Notice"), MB_OK | MB_ICONWARNING);*/
13241324 DialogBox(hInstance,MAKEINTRESOURCE(IDD_DXGLCFG),0,(DLGPROC)DXGLCfgCallback);
13251325 #ifdef _DEBUG
13261326 _CrtDumpMemoryLeaks();