mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Patch by Dmitry Chapyshev <[email protected]>:
- Make downloader icon in multiple color depths. - Remove a newline character from winver's window title. svn path=/trunk/; revision=27725
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 42 KiB |
@@ -2,7 +2,7 @@
|
||||
#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 };
|
||||
static const WCHAR szROS[] = { 'R','e','a','c','t','O','S',0 };
|
||||
UNREFERENCED_PARAMETER(lpCmdLine);
|
||||
UNREFERENCED_PARAMETER(nCmdShow);
|
||||
UNREFERENCED_PARAMETER(hPrevInstance);
|
||||
|
||||
Reference in New Issue
Block a user