|
From: Jeffrey D. <ha...@us...> - 2003-12-23 01:08:21
|
Log Message:
-----------
no idea
Modified Files:
--------------
/cvsroot/decaldev/source/DecalInput:
StdAfx.h
Revision Data
-------------
Index: StdAfx.h
===================================================================
RCS file: /cvsroot/decaldev/source/DecalInput/StdAfx.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- StdAfx.h 23 May 2003 02:20:47 -0000 1.3
+++ StdAfx.h 23 Dec 2003 01:08:18 -0000 1.4
@@ -15,6 +15,11 @@
#pragma warning(disable:4530)
+#ifdef NDEBUG
+ #ifdef _ATL_DLL
+ #undef _ATL_DLL
+ #endif
+#endif
#include <atlbase.h>
//You may derive a class from CComModule and use it if you want to override
//something, but do not change the name of _Module
|