From 855e2e5a6661c2c30bff2951c743a291016aa7f8 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Sun, 2 Nov 2014 23:41:24 +0000 Subject: [PATCH] [SHELL32] - Move shellstring.c to a new folder called wine. More files should be moved there eventually. svn path=/branches/shell-experiments/; revision=65207 --- dll/win32/shell32/CMakeLists.txt | 2 +- dll/win32/shell32/{ => wine}/shellstring.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dll/win32/shell32/{ => wine}/shellstring.c (100%) diff --git a/dll/win32/shell32/CMakeLists.txt b/dll/win32/shell32/CMakeLists.txt index 70ef75cf1b0..e511ff69305 100644 --- a/dll/win32/shell32/CMakeLists.txt +++ b/dll/win32/shell32/CMakeLists.txt @@ -76,7 +76,7 @@ list(APPEND SOURCE add_library(shell32 SHARED ${SOURCE} - shellstring.c + wine/shellstring.c vista.c shell32.rc ${CMAKE_CURRENT_BINARY_DIR}/shell32_stubs.c diff --git a/dll/win32/shell32/shellstring.c b/dll/win32/shell32/wine/shellstring.c similarity index 100% rename from dll/win32/shell32/shellstring.c rename to dll/win32/shell32/wine/shellstring.c