mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 10:16:11 +02:00
pathHelper: Only compile on win builds
This commit is contained in:
+3
-1
@@ -13,8 +13,10 @@
|
||||
#include "device.hpp"
|
||||
#include "epcq.hpp"
|
||||
#include "progressBar.hpp"
|
||||
#include "pathHelper.hpp"
|
||||
#include "rawParser.hpp"
|
||||
#if defined (_WIN64) || defined (_WIN32)
|
||||
#include "pathHelper.hpp"
|
||||
#endif
|
||||
|
||||
#define IDCODE 6
|
||||
#define USER0 0x0C
|
||||
|
||||
Reference in New Issue
Block a user