mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[wpiutil] Rename CreateEvent and CreateSemaphore to Make (#8710)
CreateEvent and CreateSemaphore are macros in Windows.h, which causes a ton of trouble. Just rename the functions. Closes #7303 Replaces #7336
This commit is contained in:
@@ -228,8 +228,8 @@ NT_UnsubscribeMultiple
|
||||
NT_WaitForListenerQueue
|
||||
WPI_AllocateString
|
||||
WPI_AllocateStringArray
|
||||
WPI_CreateEvent
|
||||
WPI_CreateSemaphore
|
||||
WPI_MakeEvent
|
||||
WPI_MakeSemaphore
|
||||
WPI_CreateSignalObject
|
||||
WPI_DataLog_AppendBoolean
|
||||
WPI_DataLog_AppendBooleanArray
|
||||
|
||||
Reference in New Issue
Block a user