mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- this module should only live in rosapps
svn path=/trunk/; revision=26486
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user