Added needed defines missing in the windows environment that were keeping the components from building cleanly.
This commit is contained in:
@@ -79,6 +79,8 @@ typedef struct _RpcSession
|
||||
//
|
||||
// Other definitions
|
||||
//
|
||||
#define INT32_MAX (2147483647)
|
||||
#define UINT32_MAX (4294967295U)
|
||||
#define LIB_HANDLE HMODULE
|
||||
#define bool BOOLEAN
|
||||
#define true TRUE
|
||||
|
||||
Reference in New Issue
Block a user