mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Remove some usages of windows.h (#1370)
For HAL and wpilib, we don't need them, especially where they were being used.
This commit is contained in:
committed by
Peter Johnson
parent
9f6544fa87
commit
9174f23f36
@@ -7,13 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#define NativeThreadHandle const HANDLE*
|
||||
#else
|
||||
#include <pthread.h>
|
||||
#define NativeThreadHandle const pthread_t*
|
||||
#endif
|
||||
#define NativeThreadHandle const void*
|
||||
|
||||
#include "hal/Types.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user