This website requires JavaScript.
Explore
Help
Register
Sign In
EventHorizonStudio
/
EHS
Watch
3
Star
0
Fork
0
You've already forked EHS
Code
Issues
8
Pull Requests
Actions
Packages
Projects
1
Releases
7
Wiki
Activity
3acb78f247
EHS
/
include
/
system
/
Semaphore.h
7 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
First commit.
2023-12-17 03:29:08 -08:00
#
pragma once
Reorganized project again.
2023-12-17 15:56:13 -08:00
#
ifdef EHS_OS_WINDOWS
First commit.
2023-12-17 03:29:08 -08:00
#
include
"Semaphore_W32.h"
#
else
#
include
"Semaphore_P.h"
#
endif
Reference in New Issue
Copy Permalink