ChangeSet ID: 5585 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/01 13:07:37
Modified files: include : options.h thread.h winbase.h winnt.h include/wine : server.h misc : options.c miscemu : main.c scheduler : sysdeps.c
Log message: Patrik Stridvall ps@leissner.se Added a GNU C implementation of some of the DECLSPEC_ macros and used them wherever possible.
Patch: http://cvs.winehq.com/patch.py?id=5585
Old revision New revision Changes Path 1.37 1.38 +1 -1 wine/include/options.h 1.63 1.64 +3 -3 wine/include/thread.h 1.159 1.160 +2 -2 wine/include/winbase.h 1.127 1.128 +16 -9 wine/include/winnt.h 1.9 1.10 +2 -2 wine/include/wine/server.h 1.40 1.41 +1 -1 wine/misc/options.c 1.59 1.60 +3 -2 wine/miscemu/main.c 1.48 1.49 +1 -1 wine/scheduler/sysdeps.c