Module: wine Branch: master Commit: 5f27257e57b63ef6fa4bb7cdd1755e9758179ff4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5f27257e57b63ef6fa4bb7cdd1...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Feb 1 17:02:46 2010 +0100
user.exe: Make CreateIcon16 available as 32-bit export.
---
dlls/user.exe16/user.exe16.spec | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/dlls/user.exe16/user.exe16.spec b/dlls/user.exe16/user.exe16.spec index 7094f47..8d928bc 100644 --- a/dlls/user.exe16/user.exe16.spec +++ b/dlls/user.exe16/user.exe16.spec @@ -564,3 +564,8 @@
# Wine internal functions 1010 pascal __wine_call_wndproc(word word word long long) __wine_call_wndproc + +################################################################ +# 32-bit exports of the 16-bit functions needed by other dlls +# +@ stdcall -arch=win32 CreateIcon16(long long long long long ptr ptr)