mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Fixes simulator HAL builds (#391)
This commit is contained in:
committed by
Peter Johnson
parent
c30057e923
commit
77f664a6b1
@@ -3,7 +3,7 @@
|
||||
#define __LoadOut_h__
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <vxWorks_compat.h>
|
||||
#include <windows.h>
|
||||
#define EXPORT_FUNC __declspec(dllexport) __cdecl
|
||||
#elif defined (__vxworks)
|
||||
#include <vxWorks.h>
|
||||
|
||||
Reference in New Issue
Block a user