Alexandre Julliard : user32: Moved win.h to the user32 directory.

Alexandre Julliard julliard at winehq.org
Fri Feb 29 14:20:35 CST 2008


Module: wine
Branch: master
Commit: bb27b375998c7364e1a1b8ef33890dddcbbc0cb3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bb27b375998c7364e1a1b8ef33890dddcbbc0cb3

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Feb 29 17:21:04 2008 +0100

user32: Moved win.h to the user32 directory.

---

 dlls/user32/user32.spec        |    3 ---
 {include => dlls/user32}/win.h |    0 
 tools/make_makefiles           |    1 -
 3 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dlls/user32/user32.spec b/dlls/user32/user32.spec
index 0f72fa1..77b9ad7 100644
--- a/dlls/user32/user32.spec
+++ b/dlls/user32/user32.spec
@@ -788,9 +788,6 @@
 # Wine dll separation hacks, these will go away, don't use them
 #
 @ cdecl HOOK_CallHooks(long long long long long)
-@ cdecl USER_Unlock()
 @ cdecl WINPOS_GetMinMaxInfo(long ptr ptr ptr ptr)
 @ cdecl WINPOS_ShowIconTitle(long long)
-@ cdecl WIN_GetPtr(long)
-@ cdecl WIN_SetStyle(long long long)
 @ cdecl WIN_invalidate_dce(long ptr) invalidate_dce
diff --git a/include/win.h b/dlls/user32/win.h
similarity index 100%
rename from include/win.h
rename to dlls/user32/win.h
diff --git a/tools/make_makefiles b/tools/make_makefiles
index c988d74..936222b 100755
--- a/tools/make_makefiles
+++ b/tools/make_makefiles
@@ -104,7 +104,6 @@ my @ignore_srcs = (
 
 my %private_headers = (
     "thread.h" => 1,
-    "win.h" => 1,
     "wine/irot.idl" => 1,
     "wine/list.h" => 1,
     "wine/mmsystem16.h" => 1,




More information about the wine-cvs mailing list