Author: cfinck Date: Sun Jun 1 13:06:22 2008 New Revision: 33818
URL: http://svn.reactos.org/svn/reactos?rev=33818&view=rev Log: Set svn:eol-style "native" for all apitest stuff
Modified: trunk/rostests/apitests/apitest.c (contents, props changed) trunk/rostests/apitests/apitest.h (contents, props changed) trunk/rostests/apitests/directory.rbuild (props changed) trunk/rostests/apitests/gdi32api/gdi.h (contents, props changed) trunk/rostests/apitests/gdi32api/gdi32api.c (contents, props changed) trunk/rostests/apitests/gdi32api/gdi32api.h (contents, props changed) trunk/rostests/apitests/gdi32api/gdi32api.rbuild (contents, props changed) trunk/rostests/apitests/gdi32api/testlist.c (contents, props changed) trunk/rostests/apitests/gdi32api/tests/AddFontResourceEx.c (contents, props changed) trunk/rostests/apitests/gdi32api/tests/CreateCompatibleDC.c (contents, props changed) trunk/rostests/apitests/gdi32api/tests/CreateFont.c (contents, props changed) trunk/rostests/apitests/gdi32api/tests/CreatePen.c (contents, props changed) trunk/rostests/apitests/gdi32api/tests/CreateRectRgn.c (contents, props changed) trunk/rostests/apitests/gdi32api/tests/ExtCreatePen.c (contents, props changed) trunk/rostests/apitests/gdi32api/tests/GetClipRgn.c (contents, props changed) trunk/rostests/apitests/gdi32api/tests/GetDIBits.c (contents, props changed) trunk/rostests/apitests/gdi32api/tests/GetObject.c (contents, props changed) trunk/rostests/apitests/gdi32api/tests/GetStockObject.c (contents, props changed) trunk/rostests/apitests/gdi32api/tests/SelectObject.c (contents, props changed) trunk/rostests/apitests/gdi32api/tests/SetDCPenColor.c (contents, props changed) trunk/rostests/apitests/gdi32api/tests/SetSysColors.c (contents, props changed) trunk/rostests/apitests/user32api/testlist.c (contents, props changed) trunk/rostests/apitests/user32api/tests/ScrollDC.c (contents, props changed) trunk/rostests/apitests/user32api/tests/ScrollWindowEx.c (contents, props changed) trunk/rostests/apitests/user32api/user32api.c (contents, props changed) trunk/rostests/apitests/user32api/user32api.h (contents, props changed) trunk/rostests/apitests/user32api/user32api.rbuild (contents, props changed) trunk/rostests/apitests/w32knapi/ntdd/NtGdiDdCreateDirectDrawObject.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntdd/NtGdiDdDeleteDirectDrawObject.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntdd/NtGdiDdQueryDirectDrawObject.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntgdi/NtGdiArcInternal.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntgdi/NtGdiCreateBitmap.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntgdi/NtGdiCreateCompatibleBitmap.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntgdi/NtGdiDoPalette.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntgdi/NtGdiEngCreatePalette.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntgdi/NtGdiEnumFontOpen.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntgdi/NtGdiGetBitmapBits.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntgdi/NtGdiGetDIBits.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntgdi/NtGdiGetRandomRgn.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntgdi/NtGdiSetBitmapBits.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntuser/NtUserCountClipboardFormats.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntuser/NtUserFindExistingCursorIcon.c (contents, props changed) trunk/rostests/apitests/w32knapi/ntuser/NtUserRedrawWindow.c (contents, props changed) trunk/rostests/apitests/w32knapi/resource.h (contents, props changed) trunk/rostests/apitests/w32knapi/testlist.c (contents, props changed) trunk/rostests/apitests/w32knapi/w32knapi.c (contents, props changed) trunk/rostests/apitests/w32knapi/w32knapi.h (contents, props changed) trunk/rostests/apitests/w32knapi/w32knapi.rbuild (contents, props changed) trunk/rostests/apitests/w32knapi/w32knapi.rc (contents, props changed)
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/rostests/apitests/apitest.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/apitest.c?rev=338...
Modified: trunk/rostests/apitests/apitest.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/apitest.h?rev=338...
Modified: trunk/rostests/apitests/gdi32api/gdi.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/gdi.h?re...
Modified: trunk/rostests/apitests/gdi32api/gdi32api.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/gdi32api...
Modified: trunk/rostests/apitests/gdi32api/gdi32api.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/gdi32api...
Modified: trunk/rostests/apitests/gdi32api/gdi32api.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/gdi32api...
Modified: trunk/rostests/apitests/gdi32api/testlist.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/testlist...
Modified: trunk/rostests/apitests/gdi32api/tests/AddFontResourceEx.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/tests/Ad...
Modified: trunk/rostests/apitests/gdi32api/tests/CreateCompatibleDC.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/tests/Cr...
Modified: trunk/rostests/apitests/gdi32api/tests/CreateFont.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/tests/Cr...
Modified: trunk/rostests/apitests/gdi32api/tests/CreatePen.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/tests/Cr...
Modified: trunk/rostests/apitests/gdi32api/tests/CreateRectRgn.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/tests/Cr...
Modified: trunk/rostests/apitests/gdi32api/tests/ExtCreatePen.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/tests/Ex...
Modified: trunk/rostests/apitests/gdi32api/tests/GetClipRgn.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/tests/Ge...
Modified: trunk/rostests/apitests/gdi32api/tests/GetDIBits.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/tests/Ge...
Modified: trunk/rostests/apitests/gdi32api/tests/GetObject.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/tests/Ge...
Modified: trunk/rostests/apitests/gdi32api/tests/GetStockObject.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/tests/Ge...
Modified: trunk/rostests/apitests/gdi32api/tests/SelectObject.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/tests/Se...
Modified: trunk/rostests/apitests/gdi32api/tests/SetDCPenColor.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/tests/Se...
Modified: trunk/rostests/apitests/gdi32api/tests/SetSysColors.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/tests/Se...
Modified: trunk/rostests/apitests/user32api/testlist.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/user32api/testlis...
Modified: trunk/rostests/apitests/user32api/tests/ScrollDC.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/user32api/tests/S...
Modified: trunk/rostests/apitests/user32api/tests/ScrollWindowEx.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/user32api/tests/S...
Modified: trunk/rostests/apitests/user32api/user32api.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/user32api/user32a...
Modified: trunk/rostests/apitests/user32api/user32api.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/user32api/user32a...
Modified: trunk/rostests/apitests/user32api/user32api.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/user32api/user32a...
Modified: trunk/rostests/apitests/w32knapi/ntdd/NtGdiDdCreateDirectDrawObject.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntdd/NtG...
Modified: trunk/rostests/apitests/w32knapi/ntdd/NtGdiDdDeleteDirectDrawObject.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntdd/NtG...
Modified: trunk/rostests/apitests/w32knapi/ntdd/NtGdiDdQueryDirectDrawObject.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntdd/NtG...
Modified: trunk/rostests/apitests/w32knapi/ntgdi/NtGdiArcInternal.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntgdi/Nt...
Modified: trunk/rostests/apitests/w32knapi/ntgdi/NtGdiCreateBitmap.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntgdi/Nt...
Modified: trunk/rostests/apitests/w32knapi/ntgdi/NtGdiCreateCompatibleBitmap.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntgdi/Nt...
Modified: trunk/rostests/apitests/w32knapi/ntgdi/NtGdiDoPalette.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntgdi/Nt...
Modified: trunk/rostests/apitests/w32knapi/ntgdi/NtGdiEngCreatePalette.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntgdi/Nt...
Modified: trunk/rostests/apitests/w32knapi/ntgdi/NtGdiEnumFontOpen.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntgdi/Nt...
Modified: trunk/rostests/apitests/w32knapi/ntgdi/NtGdiGetBitmapBits.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntgdi/Nt...
Modified: trunk/rostests/apitests/w32knapi/ntgdi/NtGdiGetDIBits.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntgdi/Nt...
Modified: trunk/rostests/apitests/w32knapi/ntgdi/NtGdiGetRandomRgn.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntgdi/Nt...
Modified: trunk/rostests/apitests/w32knapi/ntgdi/NtGdiSetBitmapBits.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntgdi/Nt...
Modified: trunk/rostests/apitests/w32knapi/ntuser/NtUserCountClipboardFormats.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntuser/N...
Modified: trunk/rostests/apitests/w32knapi/ntuser/NtUserFindExistingCursorIcon.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntuser/N...
Modified: trunk/rostests/apitests/w32knapi/ntuser/NtUserRedrawWindow.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/ntuser/N...
Modified: trunk/rostests/apitests/w32knapi/resource.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/resource...
Modified: trunk/rostests/apitests/w32knapi/testlist.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/testlist...
Modified: trunk/rostests/apitests/w32knapi/w32knapi.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/w32knapi...
Modified: trunk/rostests/apitests/w32knapi/w32knapi.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/w32knapi...
Modified: trunk/rostests/apitests/w32knapi/w32knapi.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/w32knapi...
Modified: trunk/rostests/apitests/w32knapi/w32knapi.rc URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32knapi/w32knapi...