Set svn:eol-style "native" for all apitest stuff
[reactos.git] / rostests / apitests / gdi32api / gdi32api.c
index da63496..ab88895 100644 (file)
@@ -1,36 +1,36 @@
-#include "gdi32api.h"\r
-\r
-HINSTANCE g_hInstance;\r
-PGDI_TABLE_ENTRY GdiHandleTable;\r
-\r
-BOOL\r
-IsFunctionPresent(LPWSTR lpszFunction)\r
-{\r
-       return TRUE;\r
-}\r
-\r
-static\r
-PGDI_TABLE_ENTRY\r
-MyGdiQueryTable()\r
-{\r
-       PTEB pTeb = NtCurrentTeb();\r
-       PPEB pPeb = pTeb->ProcessEnvironmentBlock;\r
-       return pPeb->GdiSharedHandleTable;\r
-}\r
-\r
-int APIENTRY\r
-WinMain(HINSTANCE hInstance,\r
-        HINSTANCE hPrevInstance,\r
-        LPSTR     lpCmdLine,\r
-        int       nCmdShow)\r
-{\r
-       g_hInstance = hInstance;\r
-\r
-       GdiHandleTable = MyGdiQueryTable();\r
-       if(!GdiHandleTable)\r
-       {\r
-               return -1;\r
-       }\r
-\r
-       return TestMain(L"gdi32api", L"gdi32.dll");\r
-}\r
+#include "gdi32api.h"
+
+HINSTANCE g_hInstance;
+PGDI_TABLE_ENTRY GdiHandleTable;
+
+BOOL
+IsFunctionPresent(LPWSTR lpszFunction)
+{
+       return TRUE;
+}
+
+static
+PGDI_TABLE_ENTRY
+MyGdiQueryTable()
+{
+       PTEB pTeb = NtCurrentTeb();
+       PPEB pPeb = pTeb->ProcessEnvironmentBlock;
+       return pPeb->GdiSharedHandleTable;
+}
+
+int APIENTRY
+WinMain(HINSTANCE hInstance,
+        HINSTANCE hPrevInstance,
+        LPSTR     lpCmdLine,
+        int       nCmdShow)
+{
+       g_hInstance = hInstance;
+
+       GdiHandleTable = MyGdiQueryTable();
+       if(!GdiHandleTable)
+       {
+               return -1;
+       }
+
+       return TestMain(L"gdi32api", L"gdi32.dll");
+}