twain2/hugaotwainds/stdafx.cpp

19 lines
1006 B
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// stdafx.cpp : 只包括标准包含文件的源文件
// hugaotwainds.pch 将作为预编译标头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
#ifdef HUAGAO_VER
#define COMPANY_NAME TEXT("华高")
#define PRODUCT_NAME TEXT("高速扫描仪")
#ifndef TWAIN_INIPATH
#define TWAIN_INIPATH TEXT("\\HUAGAO-SCAN\\TWAIN")
#endif //TWAIN_INIPATH
#ifndef TWAIN_DATA_PATH
#define TWAIN_DATA_PATH TEXT("\\HUAGAO-SCAN\\TWAIN\\DATA\\")
#endif //TWAIN_DATA_PATH
#ifndef TWAIN_INI_NAME
#define TWAIN_INI_NAME TEXT("HUAGAO-SCAN.INI")
#endif
#endif