mirror of https://github.com/EspoTek/Labrador.git
11 lines
231 B
C
11 lines
231 B
C
|
#ifndef PLATFORMSPECIFIC_H
|
||
|
#define PLATFORMSPECIFIC_H
|
||
|
|
||
|
#include "winusbdriver.h"
|
||
|
#define _PLATFORM_DEPENDENT_USB_OBJECT winUsbDriver
|
||
|
#define PLATFORM_WINDOWS
|
||
|
#define _PLATFORM_DEPENDENT_FOLDER_ACTION
|
||
|
|
||
|
|
||
|
#endif // PLATFORMSPECIFIC_H
|