blob: cb42c4452e5ff23e96434e1d36c45561ade962c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_DRV_KEYBOARD
#define VER_FILEDESCRIPTION_STR "French Keyboard Layout"
#define VER_INTERNALNAME_STR "kbdfr (3.11)"
#define VER_ORIGINALFILENAME_STR "kbdfr.dll"
#define VER_LANGNEUTRAL
#include "common.ver"
|