mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[RPCRT4][SHDOCVW]
- Add missing __WINESRC__ definitions. Fixes some warnings. CORE-6784 #resolve svn path=/trunk/; revision=58131
This commit is contained in:
parent
0adc421511
commit
04c2d31986
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue