ChangeSet ID: 102184734200480410696855316 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/05/19 17:29:02
Modified files: dlls/ntdll : debugtools.c include/wine : debug.h library.h library : Makefile.in debug.c unicode : wine_unicode.def
Log message: Export the debug API as functions instead of pointers. A few other import fixes for Mingw.
Patch: http://cvs.winehq.com/patch.py?id=102184734200480410696855316
Revision Changes Path 1.20 +1 -0 wine/dlls/ntdll/debugtools.c 1.4 +10 -17 wine/include/wine/debug.h 1.12 +7 -0 wine/include/wine/library.h 1.13 +1 -1 wine/library/Makefile.in 1.7 +27 -0 wine/library/debug.c 1.2 +9 -4 wine/unicode/wine_unicode.def