set most of trunk svn property eol-style:native
[reactos.git] / reactos / regtests / winetests / cabinet / testlist.c
index d017227..b837786 100644 (file)
@@ -1,13 +1,13 @@
-#define WIN32_LEAN_AND_MEAN\r
-#include <windows.h>\r
-\r
-#define STANDALONE\r
-#include "wine/test.h"\r
-\r
-extern void func_extract(void);\r
-\r
-const struct test winetest_testlist[] =\r
-{\r
-    { "extract", func_extract },\r
-    { 0, 0 }\r
-};\r
+#define WIN32_LEAN_AND_MEAN
+#include <windows.h>
+
+#define STANDALONE
+#include "wine/test.h"
+
+extern void func_extract(void);
+
+const struct test winetest_testlist[] =
+{
+    { "extract", func_extract },
+    { 0, 0 }
+};