Twain_DSM  1.0
resource.h
1 //{{NO_DEPENDENCIES}}
2 // Microsoft Visual C++ generated include file.
3 // Used by dsm.rc
4 //
5 // Determine what bit verison of OS we are using
6 #if defined(WIN64) || defined(__x86_64__) || defined(__LP64__) || defined(_M_X64) || defined(_M_IA64)
7  #define TWNDSM_OS_BIT_STR "64"
8 #else
9  #define TWNDSM_OS_BIT_STR "32"
10 #endif
11 //
12 // Identity information that we'll toss into the log and into the version
13 // resource on Windows...
14 //
15 #define TWNDSM_ORGANIZATION "TWAIN Working Group"
16 #define TWNDSM_DESCRIPTION "TWAIN " TWNDSM_OS_BIT_STR " Source Manager (Image Acquisition Interface)"
17 #define TWNDSM_VERSION_NUM 2, 4, 2, 0
18 #define TWNDSM_VERSION_STR "2, 4, 2, 0"
19 #define ID_LST_SOURCES 10
20 #define IDC_STATIC 11
21 #define IDD_DLG_SOURCE 101
22 // Next default values for new objects
23 //
24 #ifdef APSTUDIO_INVOKED
25 #ifndef APSTUDIO_READONLY_SYMBOLS
26 #define _APS_NEXT_RESOURCE_VALUE 102
27 #define _APS_NEXT_COMMAND_VALUE 40001
28 #define _APS_NEXT_CONTROL_VALUE 1003
29 #define _APS_NEXT_SYMED_VALUE 101
30 #endif
31 #endif