mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
8 lines
241 B
Plaintext
8 lines
241 B
Plaintext
/* $Id$ */
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Parallel Port Device Driver\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "parallel\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "parallel.sys\0"
|
|
#include <reactos/version.rc>
|