Skip to content

Commit

Permalink
Fix MSC_VER
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcad committed Nov 8, 2011
1 parent 9428476 commit 9512eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/pkg_AppUI/Interface/FrameApp/FrameAppImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ HINSTANCE CFrameApp::LoadAppLangResourceDLL()
}


#if _MSC_VER >= 1200 // not VC6
#if _MSC_VER > 1200 // not VC6
#if defined _M_IX86
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
#elif defined _M_IA64
Expand Down

0 comments on commit 9512eaf

Please sign in to comment.