ChangeSet ID: 16397 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/02 06:23:22
Modified files: tools/wrc : parser.y programs/winemine: main.h programs/wineconsole: curses.c programs/taskmgr: procpage.c perfdata.c programs/rpcss : rpcss_main.c include/wine : rpcfc.h include : dmusicc.h dlls/x11drv : clipboard.c dlls/wsock32 : socket.c dlls/winmm/joystick: joystick.c dlls/wineps : graphics.c dlls/wined3d : utils.c dlls/twain : twain.h dlls/rpcrt4 : ndr_marshall.c dlls/quartz : main.c dlls/ole32 : clipboard.c dlls/ntdll : file.c cdrom.c dlls/msi : action.c dlls/mscms : mscms_main.c dlls/kernel/tests: thread.c dlls/kernel : local16.c dlls/d3d8 : d3d8_private.h
Log message: Avoid spaces before preprocessor directives, that's not portable.
Patch: http://cvs.winehq.org/patch.py?id=16397
Old revision New revision Changes Path 1.46 1.47 +3 -3 wine/tools/wrc/parser.y 1.6 1.7 +11 -11 wine/programs/winemine/main.h 1.22 1.23 +2 -2 wine/programs/wineconsole/curses.c 1.1 1.2 +2 -2 wine/programs/taskmgr/procpage.c 1.1 1.2 +6 -6 wine/programs/taskmgr/perfdata.c 1.6 1.7 +4 -4 wine/programs/rpcss/rpcss_main.c 1.6 1.7 +25 -25 wine/include/wine/rpcfc.h 1.11 1.12 +40 -40 wine/include/dmusicc.h 1.34 1.35 +2 -2 wine/dlls/x11drv/clipboard.c 1.30 1.31 +2 -2 wine/dlls/wsock32/socket.c 1.17 1.18 +4 -4 wine/dlls/winmm/joystick/joystick.c 1.16 1.17 +2 -2 wine/dlls/wineps/graphics.c 1.6 1.7 +1 -1 wine/dlls/wined3d/utils.c 1.9 1.10 +11 -11 wine/dlls/twain/twain.h 1.22 1.23 +8 -8 wine/dlls/rpcrt4/ndr_marshall.c 1.43 1.44 +5 -4 wine/dlls/quartz/main.c 1.38 1.39 +1 -1 wine/dlls/ole32/clipboard.c 1.75 1.76 +3 -3 wine/dlls/ntdll/file.c 1.50 1.51 +2 -2 wine/dlls/ntdll/cdrom.c 1.96 1.97 +4 -4 wine/dlls/msi/action.c 1.5 1.6 +1 -1 wine/dlls/mscms/mscms_main.c 1.18 1.19 +7 -7 wine/dlls/kernel/tests/thread.c 1.8 1.9 +2 -2 wine/dlls/kernel/local16.c 1.59 1.60 +4 -4 wine/dlls/d3d8/d3d8_private.h