Rework the resource files, and add a nice old-ish IBM PC AT icon (C) myself :) (only 32x32 256 colors for now).

svn path=/branches/ntvdm/; revision=61462
This commit is contained in:
Hermès Bélusca-Maïto 2013-12-29 22:38:10 +00:00
parent e8d3c3e4bd
commit 2b13376ad5
4 changed files with 8 additions and 5 deletions

View file

@ -1,5 +1,6 @@
#include <windef.h>
#include <winuser.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
@ -9,4 +10,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_ORIGINAL_FILENAME "ntvdm.exe"
#include <reactos/version.rc>
#include "rsrc.rc"
IDI_APPICON ICON "res/ntvdm.ico"
/* UTF-8 */
#pragma code_page(65001)

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1,2 +1,5 @@
#pragma once
#define IDI_APPICON 1
/* EOF */

View file

@ -1,4 +0,0 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
// UTF-8
#pragma code_page(65001)