1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#ifndef _LCDFRAMEWORK_H #define _LCDFRAMEWORK_H // HID Includes #include <setupapi.h> extern "C" { #include "../hid/hidsdi.h" } #ifdef _UNICODE #define tstring wstring #else #define tstring string #endif #include "debug.h" #include "misc.h" #endif