mirror of https://github.com/odrling/Aegisub
s/acconf.h/config.h/ -- I forgot I actually fixed this when adding mutex.h so it was already working with the exception of the namespace change.
Originally committed to SVN as r5311.
This commit is contained in:
parent
4968fc2b55
commit
874950382c
|
@ -102,7 +102,7 @@
|
|||
#ifndef GOOGLE_MUTEX_H_
|
||||
#define GOOGLE_MUTEX_H_
|
||||
|
||||
#include "acconf.h" // to figure out pthreads support
|
||||
#include "config.h" // to figure out pthreads support
|
||||
|
||||
#if defined(NO_THREADS)
|
||||
typedef int MutexType; // to keep a lock-count
|
||||
|
|
Loading…
Reference in New Issue