|
@@ -1822,7 +1822,8 @@ const smShared = $0001; {Semaphore is shared.}
|
|
|
is cleared.}
|
|
|
smMWWaitAll = $0004; {MuxWait only: Wait until all semaphores
|
|
|
are cleared.}
|
|
|
- Sem_Indefinite_Wait = -1; {DosRequestMutExSem blocks the calling
|
|
|
+ Sem_Indefinite_Wait = cardinal (-1);
|
|
|
+ {DosRequestMutExSem blocks the calling
|
|
|
thread indefinitely.}
|
|
|
Sem_Immediate_Return = 0; {DosRequestMutExSem returns immediately
|
|
|
without blocking the calling thread.}
|