8 lines
157 B
C
8 lines
157 B
C
#ifndef SEMAPHORE_STUB_H
|
|
#define SEMAPHORE_STUB_H
|
|
|
|
// Dummy type definition for Semaphore_Handle
|
|
typedef void* Semaphore_Handle;
|
|
|
|
#endif // SEMAPHORE_STUB_H
|