Another file now compiles.

This commit is contained in:
Steven Fuller 2001-07-27 23:07:52 +00:00 committed by Patryk Obara
parent 8b4a564235
commit fd8ed25d23
3 changed files with 11 additions and 6 deletions

View file

@ -33,8 +33,13 @@ extern "C" {
#define max(a, b) (((a) > (b)) ? (a) : (b))
#endif
#define stricmp strcasecmp
/* Types */
typedef int GUID;
typedef int DPID;
typedef int BOOL;
typedef struct RECT