Fix Types.h missing which breaks typedefs on macosx.

This commit is contained in:
Con Kolivas 2012-07-07 22:06:13 +10:00
parent 7e88495988
commit 00236b16cb

View file

@ -3,7 +3,7 @@
#ifndef GUID_DEFINED #ifndef GUID_DEFINED
#define GUID_DEFINED #define GUID_DEFINED
// #include "Types.h" #include "Types.h"
typedef int HRes; // from Types.h typedef int HRes; // from Types.h
typedef struct { typedef struct {