11 lines
367 B
Text
11 lines
367 B
Text
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_DRV_KEYBOARD
|
|
#define VER_FILEDESCRIPTION_STR "Deutsch (NEO 2.0 ergonomisch) Tastaturlayout"
|
|
#define VER_INTERNALNAME_STR "kbdneo2"
|
|
#define VER_ORIGINALFILENAME_STR "kbdneo2.dll"
|
|
|
|
#define VER_LANGNEUTRAL
|
|
#include "common.ver"
|