mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Patch by Dmitry Chapyshev <lentind@yandex.ru>:
- 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:
parent
5d5733ba1f
commit
68f474c5af
2 changed files with 1 additions and 1 deletions
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);
|
||||
|
|
Loading…
Reference in a new issue