ChangeSet ID: 10091 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/11/17 14:12:56
Modified files: libs/wine : wine.def ldt.c include/wine : library.h include : selectors.h dlls/winedos : int31.c dlls/ntdll : signal_i386.c dlls/kernel : wowthunk.c instr.c
Log message: Added wine_ldt_is_system() to replace the IS_SELECTOR_SYSTEM macro, and stop exporting the WINE_LDT_FIRST_ENTRY constant.
Patch: http://cvs.winehq.com/patch.py?id=10091
Old revision New revision Changes Path 1.6 1.7 +1 -0 wine/libs/wine/wine.def 1.3 1.4 +15 -3 wine/libs/wine/ldt.c 1.27 1.28 +1 -2 wine/include/wine/library.h 1.12 1.13 +1 -4 wine/include/selectors.h 1.37 1.38 +2 -1 wine/dlls/winedos/int31.c 1.80 1.81 +4 -5 wine/dlls/ntdll/signal_i386.c 1.46 1.47 +3 -2 wine/dlls/kernel/wowthunk.c 1.8 1.9 +4 -4 wine/dlls/kernel/instr.c