Renamed CallTo16* functions to wine_call_to_16* and export them from
[wine] / tools / winebuild / build.h
2000-11-26  Alexandre JulliardAdded entry point flags -noimport, -norelay, -ret64...
2000-11-13  Alexandre JulliardDo not warn for unused imported dlls when forwards...
2000-11-09  Alexandre JulliardAdded support in winebuild for resolving function impor...
2000-11-05  Alexandre JulliardAdded debug_channels support.
2000-10-29  Alexandre JulliardPatch flat cs of 16-bit entry points if current %cs...
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-23  Alexandre JulliardAdded support for loading Win32 .res files.
2000-10-01  Alexandre JulliardAdded stdcall64 entry point type to allow correct relay...
2000-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-06-23  Alexandre JulliardSplit the build program in several files.