// Includes ------------------------------------------------------------------
#include <windows.h>
// Version -------------------------------------------------------------------
#include "sampver.h"
#define VER_FILENAME_STR "SAMPCLNT.EXE\0"
#define VER_NAME_STR "SAMPCLNT\0"
#define LANGUAGE_ANSI "040904E4" // String of 0x0409 and 1252
#define LANGUAGE_TRANS 0x0409, 1252 // 0x0409 and 1252
// Localize: legal trademarks
#define VER_LEGALTRADEMARKS_STR "Windows(TM) is a trademark of Microsoft Corporation. Microsoft\256 is a registered trademark of Microsoft Corporation.\0"
// Localize: file description
#define VER_FILEDESC_STR "Microsoft OLE DB Client for Sample Text Provider\0"