mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
2b82fe44ea
- Create a branch to drop my ndisuio work svn path=/branches/wlan-bringup/; revision=54809
9 lines
248 B
Text
9 lines
248 B
Text
/* $Id$ */
|
|
|
|
#include <windows.h>
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Virtual DOS Machine\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "ntvdm\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "ntvdm.exe\0"
|
|
#include <reactos/version.rc>
|
|
|
|
#include "rsrc.rc"
|