mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[RPCRT4][SHDOCVW]
- Add missing __WINESRC__ definitions. Fixes some warnings. CORE-6784 #resolve svn path=/trunk/; revision=58131
This commit is contained in:
@@ -35,6 +35,7 @@ remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D_RPCRT4_
|
||||
-DCOM_NO_WINDOWS_H
|
||||
-DMSWMSG)
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
|
||||
add_typelib(shdocvw_v1.idl)
|
||||
|
||||
add_definitions(-D_SHDOCVW_)
|
||||
add_definitions(
|
||||
-D__WINESRC__
|
||||
-D_SHDOCVW_)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
|
||||
spec2def(shdocvw.dll shdocvw.spec ADD_IMPORTLIB)
|
||||
|
||||
Reference in New Issue
Block a user