mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-21 22:38:11 +02:00
Oops, correct typo in previous commit
FALSA -> FALSE
This commit is contained in:
parent
e711700d5d
commit
4773b8a6d2
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ typedef CRITICAL_SECTION cairo_mutex_t;
|
|||
# define CAIRO_MUTEX_LOCK(name) DosRequestMutexSem(name, SEM_INDEFINITE_WAIT)
|
||||
# define CAIRO_MUTEX_UNLOCK(name) DosReleaseMutexSem(name)
|
||||
typedef HMTX cairo_mutex_t;
|
||||
# define CAIRO_MUTEX_INIT(mutex) DosCreateMutexSem (NULL, mutex, 0L, FALSA)
|
||||
# define CAIRO_MUTEX_INIT(mutex) DosCreateMutexSem (NULL, mutex, 0L, FALSE)
|
||||
# define CAIRO_MUTEX_FINI(mutex) DosCloseMutexSem (*(mutex))
|
||||
# define CAIRO_MUTEX_NIL_INITIALIZER 0
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue