Another file now compiles.
This commit is contained in:
parent
8b4a564235
commit
fd8ed25d23
3 changed files with 11 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue