Fix struct forward declarations.

This commit is contained in:
James Benton
2016-01-07 04:45:18 -08:00
parent acfffa6d85
commit 04fd92f05f
3 changed files with 3 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
extern "C" {
#endif
struct OSThread;
typedef struct OSThread OSThread;
typedef struct OSThreadLink OSThreadLink;
typedef struct OSThreadQueue OSThreadQueue;