mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Revert windows BOOL variables to use TRUE/FALSE instead of true/false
This commit is contained in:
parent
b358aea89b
commit
24a0639a21
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ int pa_cond_wait(pa_cond *c, pa_mutex *m) {
|
|||
assert(c);
|
||||
assert(m);
|
||||
|
||||
event = CreateEvent(NULL, false, false, NULL);
|
||||
event = CreateEvent(NULL, FALSE, FALSE, NULL);
|
||||
assert(event);
|
||||
|
||||
pa_hashmap_put(c->wait_events, event, event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue