mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
user32: Moved win.h to the user32 directory.
This commit is contained in:
parent
7af2a9a902
commit
bb27b37599
3 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue