[ATL]
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 11 Sep 2013 10:20:46 +0000 (10:20 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 11 Sep 2013 10:20:46 +0000 (10:20 +0000)
* Add _ATL_VER definition.

svn path=/trunk/; revision=60029

reactos/dll/win32/atl/CMakeLists.txt

index f930934..948b1d8 100644 (file)
@@ -1,5 +1,7 @@
 
-add_definitions(-D__WINESRC__)
+add_definitions(
+    -D__WINESRC__
+    -D_ATL_VER=_ATL_VER_30)
 
 remove_definitions(-D_WIN32_WINNT=0x502)
 add_definitions(-D_WIN32_WINNT=0x600)