[SHELL32]

* Fix msvc build.

svn path=/trunk/; revision=52423
This commit is contained in:
Amine Khaldi
2011-06-22 15:18:05 +00:00
parent 5fded3cb3f
commit 59fa94bbb5
3 changed files with 6 additions and 7 deletions
+1 -3
View File
@@ -167,9 +167,7 @@ add_subdirectory(sfc)
add_subdirectory(sfc_os)
add_subdirectory(shdoclc)
add_subdirectory(shdocvw)
if(NOT MSVC)
add_subdirectory(shell32) # FIXME: msvc build.
endif()
add_subdirectory(shell32)
add_subdirectory(shfolder)
add_subdirectory(shimgvw)
add_subdirectory(shlwapi)
+1 -4
View File
@@ -12,8 +12,6 @@ include_directories(
${REACTOS_SOURCE_DIR}/lib/recyclebin
${REACTOS_SOURCE_DIR})
generate_idl_iids(shobjidl_local.idl)
spec2def(shell32.dll shell32.spec)
list(APPEND SOURCE
@@ -71,7 +69,6 @@ list(APPEND SOURCE
shv_item_new.c
folder_options.c
shell32.rc
${CMAKE_CURRENT_BINARY_DIR}/shobjidl_local_i.c
${CMAKE_CURRENT_BINARY_DIR}/shell32_stubs.c
${CMAKE_CURRENT_BINARY_DIR}/shell32.def)
@@ -99,7 +96,7 @@ add_importlibs(shell32
kernel32
msvcrt
ntdll)
add_pch(shell32 precomp.h)
add_cd_file(TARGET shell32 DESTINATION reactos/system32 FOR all)
+4
View File
@@ -29,6 +29,10 @@ const GUID CLSID_FontsFolderShortcut = {0xD20EA4E1, 0x3957, 0x11D2, {0xA4, 0
const GUID SHELL32_AdvtShortcutProduct = {0x9db1186f, 0x40df, 0x11d1, {0xaa, 0x8c, 0x00, 0xc0, 0x4f, 0xb6, 0x78, 0x63}};
const GUID SHELL32_AdvtShortcutComponent = {0x9db1186e, 0x40df, 0x11d1, {0xaa, 0x8c, 0x00, 0xc0, 0x4f, 0xb6, 0x78, 0x63}};
#ifdef _MSC_VER
extern const GUID CLSID_ShellFolderViewOC;
#endif
WINE_DEFAULT_DEBUG_CHANNEL(shell);