add proper support for native NT drivers and programs to the build system

Ivan Leo Puoti ivanleo at gmail.com
Mon Sep 5 14:53:38 CDT 2005


This patch allows native NT programs and drivers to be build with the 
wine build system, previously this failed due to kernel32 dependencies.
Note that native programs will commit suicide with NtTerminateProcess, 
so no code can be added after the NtProcessStartup call, because it 
would never be run. In 16bit mode there's no native anything so no 
change is required in spec16.c

ChageLog: Add functions for native programs/drivers to winecrt0, add 
native support to winegcc/winebuild, fix a typo.

Ivan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: native.diff
Type: text/x-patch
Size: 11106 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050905/e0ae3fe5/native.diff


More information about the wine-patches mailing list