1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/* config.h. Manual config for MSVC. */
#warn "msvc/config.h shouldn't be included for your development environment."
/* embed WinUSB driver files from the following DDK location */
// #ifndef DDK_DIR
// #define DDK_DIR "E:/WinDDK/7600.16385.0"
// #endif
/* embed libusb0 driver files from the following location */
// #ifndef LIBUSB0_DIR
// #define LIBUSB0_DIR "D:/libusb-win32"
// #endif
/* embed libusbk driver files from the following location */
// #ifndef LIBUSBK_DIR
// #define LIBUSBK_DIR "Z:/SVNMAIN/GoogleCode/usb-travis/trunk/libusbK/output/chk"
// #endif
/* embed user defined driver files from the following location */
// #ifndef USER_DIR
// #define USER_DIR "C:/signed-driver"
// #endif
/* DDK WDF coinstaller version (string) */
/* 32 bit support */
/* 64 bit support */
/* embed IA64 driver files */
//#define OPT_IA64
/* Debug message logging */
/* Debug message logging (toggable) */
/* Message logging */