- this module should only live in rosapps

svn path=/trunk/; revision=26486
This commit is contained in:
Johannes Anderwald 2007-04-24 22:53:01 +00:00
parent adf530ab36
commit 3c9168b478
2 changed files with 0 additions and 23 deletions

View file

@ -1,12 +0,0 @@
#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;
}

View file

@ -1,11 +0,0 @@
<module name="winver" type="win32gui" installbase="system32" installname="winver.exe" usewrc="false">
<include base="winver">.</include>
<define name="__USE_W32API" />
<define name="UNICODE" />
<define name="_UNICODE" />
<define name="_WIN32_IE">0x501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>shell32</library>
<library>kernel32</library>
<file>winver.c</file>
</module>