comparison thread/Thread.h @ 489:701233f8ed41

Make include-guards consistent
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 31 May 2019 16:48:37 +0100
parents 0ea56b09577e
children
comparison
equal deleted inserted replaced
488:7992d0923626 489:701233f8ed41
5 5
6 Centre for Digital Music, Queen Mary, University of London. 6 Centre for Digital Music, Queen Mary, University of London.
7 This file copyright Chris Cannam, used with permission. 7 This file copyright Chris Cannam, used with permission.
8 */ 8 */
9 9
10 #ifndef _THREAD_H_ 10 #ifndef QM_DSP_THREAD_H
11 #define _THREAD_H_ 11 #define QM_DSP_THREAD_H
12 12
13 #ifdef _WIN32 13 #ifdef _WIN32
14 #include <windows.h> 14 #include <windows.h>
15 #else /* !_WIN32 */ 15 #else /* !_WIN32 */
16 #ifdef USE_PTHREADS 16 #ifdef USE_PTHREADS