user.exe: Make CreateIcon16 available as 32-bit export.

This commit is contained in:
Alexandre Julliard 2010-02-01 17:02:46 +01:00
parent 349eba9e09
commit 5f27257e57

View file

@ -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)