set most of trunk svn property eol-style:native
[reactos.git] / reactos / base / applications / winver / winver.c
index 36e779b..b985554 100644 (file)
@@ -1,12 +1,12 @@
-#include <windows.h>\r
-#include <tchar.h>\r
-\r
-int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {\r
-  static const WCHAR szROS[] = { 'R','e','a','c','t','O','S','\n',0 };\r
-  UNREFERENCED_PARAMETER(lpCmdLine);\r
-  UNREFERENCED_PARAMETER(nCmdShow);\r
-  UNREFERENCED_PARAMETER(hPrevInstance);\r
-  UNREFERENCED_PARAMETER(hInstance);\r
-  ShellAbout(0, szROS, 0, 0);\r
-  return 1;\r
-}\r
+#include <windows.h>
+#include <tchar.h>
+
+int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {
+  static const WCHAR szROS[] = { 'R','e','a','c','t','O','S','\n',0 };
+  UNREFERENCED_PARAMETER(lpCmdLine);
+  UNREFERENCED_PARAMETER(nCmdShow);
+  UNREFERENCED_PARAMETER(hPrevInstance);
+  UNREFERENCED_PARAMETER(hInstance);
+  ShellAbout(0, szROS, 0, 0);
+  return 1;
+}