mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +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
|
||||
|
||||
@@ -24,7 +24,9 @@
|
||||
#include "xilinxMapParser.hpp"
|
||||
#include "part.hpp"
|
||||
#include "progressBar.hpp"
|
||||
#if defined (_WIN64) || defined (_WIN32)
|
||||
#include "pathHelper.hpp"
|
||||
#endif
|
||||
|
||||
Xilinx::Xilinx(Jtag *jtag, const std::string &filename,
|
||||
const std::string &file_type,
|
||||
|
||||
Reference in New Issue
Block a user