mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[NTVDM]
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:
parent
e8d3c3e4bd
commit
2b13376ad5
4 changed files with 8 additions and 5 deletions
|
@ -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)
|
||||
|
|
BIN
subsystems/ntvdm/res/ntvdm.ico
Normal file
BIN
subsystems/ntvdm/res/ntvdm.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
|
@ -1,2 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#define IDI_APPICON 1
|
||||
|
||||
/* EOF */
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
// UTF-8
|
||||
#pragma code_page(65001)
|
Loading…
Reference in a new issue