ChangeSet ID: 10320 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/12/03 23:48:03
Modified files: include/wine : port.h include : winnt.h dlls/ntdll : exception.c
Log message: Moved the DEFINE_REGS_ENTRYPOINT macros to include/wine/port.h. Removed the C fallback code, do that in the callers instead.
Patch: http://cvs.winehq.com/patch.py?id=10320
Old revision New revision Changes Path 1.44 1.45 +12 -0 wine/include/wine/port.h 1.174 1.175 +0 -139 wine/include/winnt.h 1.65 1.66 +34 -5 wine/dlls/ntdll/exception.c