fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git] / config / gen / platform / win32 / threads.h
blobb750a15b3be95482e07c2b5a7c9a2dfdc40d2cff
1 /*
2 * $Id$
3 * Copyright (C) 2005-2007, Parrot Foundation.
4 */
6 #ifndef PARROT_PLATFORM_WIN32_THREADS_H_GUARD
7 #define PARROT_PLATFORM_WIN32_THREADS_H_GUARD
9 #undef CONST
10 #include <windows.h>
11 #undef CONST
13 #ifdef PARROT_HAS_THREADS
15 # include "parrot/thr_windows.h"
17 #endif /* PARROT_HAS_THREADS */
19 #endif /* PARROT_PLATFORM_WIN32_THREADS_H_GUARD */
22 * Local variables:
23 * c-file-style: "parrot"
24 * End:
25 * vim: expandtab shiftwidth=4: