Author: hbelusca Date: Sun Dec 29 22:38:10 2013 New Revision: 61462
URL: http://svn.reactos.org/svn/reactos?rev=61462&view=rev Log: [NTVDM] Rework the resource files, and add a nice old-ish IBM PC AT icon (C) myself :) (only 32x32 256 colors for now).
Added: branches/ntvdm/subsystems/ntvdm/res/ (with props) branches/ntvdm/subsystems/ntvdm/res/ntvdm.ico (with props) Removed: branches/ntvdm/subsystems/ntvdm/rsrc.rc Modified: branches/ntvdm/subsystems/ntvdm/ntvdm.rc branches/ntvdm/subsystems/ntvdm/resource.h
Modified: branches/ntvdm/subsystems/ntvdm/ntvdm.rc URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/ntvdm.rc?... ============================================================================== --- branches/ntvdm/subsystems/ntvdm/ntvdm.rc [iso-8859-1] (original) +++ branches/ntvdm/subsystems/ntvdm/ntvdm.rc [iso-8859-1] Sun Dec 29 22:38:10 2013 @@ -1,5 +1,6 @@ #include <windef.h> #include <winuser.h> + #include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL @@ -9,4 +10,7 @@ #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)
Propchange: branches/ntvdm/subsystems/ntvdm/res/ ------------------------------------------------------------------------------ --- bugtraq:logregex (added) +++ bugtraq:logregex Sun Dec 29 22:38:10 2013 @@ -0,0 +1,2 @@ +([Ii]ssue|[Bb]ug)s? #?(\d+)(,? ?#?(\d+))*(,? ?(and |or )?#?(\d+))? +(\d+)
Propchange: branches/ntvdm/subsystems/ntvdm/res/ ------------------------------------------------------------------------------ bugtraq:message = See issue #%BUGID% for more details.
Propchange: branches/ntvdm/subsystems/ntvdm/res/ ------------------------------------------------------------------------------ bugtraq:url = http://www.reactos.org/bugzilla/show_bug.cgi?id=%BUGID%
Propchange: branches/ntvdm/subsystems/ntvdm/res/ ------------------------------------------------------------------------------ tsvn:logminsize = 10
Added: branches/ntvdm/subsystems/ntvdm/res/ntvdm.ico URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/res/ntvdm... ============================================================================== Binary file - no diff available.
Propchange: branches/ntvdm/subsystems/ntvdm/res/ntvdm.ico ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream
Modified: branches/ntvdm/subsystems/ntvdm/resource.h URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/resource.... ============================================================================== --- branches/ntvdm/subsystems/ntvdm/resource.h [iso-8859-1] (original) +++ branches/ntvdm/subsystems/ntvdm/resource.h [iso-8859-1] Sun Dec 29 22:38:10 2013 @@ -1,2 +1,5 @@ +#pragma once + +#define IDI_APPICON 1
/* EOF */
Removed: branches/ntvdm/subsystems/ntvdm/rsrc.rc URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/rsrc.rc?r... ============================================================================== --- branches/ntvdm/subsystems/ntvdm/rsrc.rc [iso-8859-1] (original) +++ branches/ntvdm/subsystems/ntvdm/rsrc.rc (removed) @@ -1,4 +0,0 @@ -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL - -// UTF-8 -#pragma code_page(65001)