Module: wine Branch: master Commit: a18bbec0f04af45514fbfed13444dca8d45991b1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a18bbec0f04af45514fbfed134...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Dec 28 23:27:48 2009 +0100
kernel: Add an import lib for krnl386, and stop importing 16-bit functions from kernel32.
---
.gitignore | 1 + dlls/Makefile.in | 11 + dlls/commdlg.dll16/Makefile.in | 2 +- dlls/compobj.dll16/Makefile.in | 2 +- dlls/ddeml.dll16/Makefile.in | 2 +- dlls/gdi.exe16/Makefile.in | 2 +- dlls/kernel32/kernel32.spec | 360 ++++++++++++++------------------- dlls/krnl386.exe16/Makefile.in | 2 + dlls/krnl386.exe16/krnl386.exe16.spec | 2 +- dlls/lzexpand.dll16/Makefile.in | 2 +- dlls/mmsystem.dll16/Makefile.in | 2 +- dlls/msvideo.dll16/Makefile.in | 2 +- dlls/ntoskrnl.exe/Makefile.in | 2 +- dlls/ole2.dll16/Makefile.in | 2 +- dlls/ole2disp.dll16/Makefile.in | 2 +- dlls/olecli.dll16/Makefile.in | 2 +- dlls/setupx.dll16/Makefile.in | 2 +- dlls/shell.dll16/Makefile.in | 2 +- dlls/storage.dll16/Makefile.in | 2 +- dlls/system.drv16/Makefile.in | 2 +- dlls/toolhelp.dll16/Makefile.in | 2 +- dlls/typelib.dll16/Makefile.in | 2 +- dlls/user.exe16/Makefile.in | 2 +- dlls/ver.dll16/Makefile.in | 2 +- dlls/w32skrnl/Makefile.in | 2 +- dlls/w32sys.dll16/Makefile.in | 2 +- dlls/win32s16.dll16/Makefile.in | 2 +- dlls/winaspi.dll16/Makefile.in | 2 +- dlls/winedos/Makefile.in | 2 +- dlls/wing.dll16/Makefile.in | 2 +- dlls/winsock.dll16/Makefile.in | 2 +- dlls/wow32/Makefile.in | 2 +- programs/winevdm/Makefile.in | 2 +- programs/winhelp.exe16/Makefile.in | 2 +- programs/winoldap.mod16/Makefile.in | 2 +- 35 files changed, 202 insertions(+), 234 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a18bbec0f04af45514fbfe...