summaryrefslogtreecommitdiffstats
path: root/compat/os2threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/os2threads.h')
-rw-r--r--compat/os2threads.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/os2threads.h b/compat/os2threads.h
index f8fb2c8..7c0fe13 100644
--- a/compat/os2threads.h
+++ b/compat/os2threads.h
@@ -23,8 +23,8 @@
* os2threads to pthreads wrapper
*/
-#ifndef AVCODEC_OS2PTHREADS_H
-#define AVCODEC_OS2PTHREADS_H
+#ifndef COMPAT_OS2THREADS_H
+#define COMPAT_OS2THREADS_H
#define INCL_DOS
#include <os2.h>
@@ -190,4 +190,4 @@ static av_always_inline int pthread_once(pthread_once_t *once_control, void (*in
return 0;
}
-#endif /* AVCODEC_OS2PTHREADS_H */
+#endif /* COMPAT_OS2THREADS_H */
OpenPOWER on IntegriCloud