[commit] r1844 - trunk/SDK/BON/Wizard/Templates/1033

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Feb 28 14:33:22 CST 2012


Author: ksmyth
Date: Tue Feb 28 14:33:22 2012
New Revision: 1844

Log:
ATL < 700 is not supported

Modified:
   trunk/SDK/BON/Wizard/Templates/1033/StdAfx.cpp

Modified: trunk/SDK/BON/Wizard/Templates/1033/StdAfx.cpp
==============================================================================
--- trunk/SDK/BON/Wizard/Templates/1033/StdAfx.cpp	Tue Feb 28 14:30:33 2012	(r1843)
+++ trunk/SDK/BON/Wizard/Templates/1033/StdAfx.cpp	Tue Feb 28 14:33:22 2012	(r1844)
@@ -8,14 +8,5 @@
 
 #include <statreg.h>
 
-#if _ATL_VER < 0x0700
-#include <statreg.cpp>
-#endif // _ATL_VER < 0x0700
-
 #endif // _ATL_STATIC_REGISTRY
 
-#if _ATL_VER < 0x0700
-
-#include <atlimpl.cpp>
-
-#endif // _ATL_VER < 0x0700
\ No newline at end of file


More information about the gme-commit mailing list