Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / base / applications / winver / winver.c
diff --git a/reactos/base/applications/winver/winver.c b/reactos/base/applications/winver/winver.c
deleted file mode 100644 (file)
index bbac278..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * COPYRIGHT:       See COPYING in the top level directory
- * PROJECT:         ReactOS Version Program
- * FILE:            base/applications/winver/winver.c
- */
-
-#include <stdarg.h>
-#include <windef.h>
-#include <winbase.h>
-#include <shellapi.h>
-
-int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow)
-{
-    UNREFERENCED_PARAMETER(hInstance);
-    UNREFERENCED_PARAMETER(hPrevInstance);
-    UNREFERENCED_PARAMETER(lpCmdLine);
-    UNREFERENCED_PARAMETER(nCmdShow);
-
-    return ShellAboutW(NULL, L"ReactOS", NULL, NULL);
-}