mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Azone fix for new compilers and possible fix for x64
This commit is contained in:
parent
9e13a2271c
commit
312100e1c6
@ -9,12 +9,8 @@
|
|||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef nullptr
|
typedef unsigned int uint32;
|
||||||
#define nullptr 0
|
typedef int int32;
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef unsigned long uint32;
|
|
||||||
typedef long int32;
|
|
||||||
|
|
||||||
typedef unsigned short uint16;
|
typedef unsigned short uint16;
|
||||||
typedef short int16;
|
typedef short int16;
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
#ifndef __EQCLIENT_TYPES_H_
|
#ifndef __EQCLIENT_TYPES_H_
|
||||||
#define __EQCLIENT_TYPES_H_
|
#define __EQCLIENT_TYPES_H_
|
||||||
|
|
||||||
typedef unsigned long uint32;
|
typedef unsigned int uint32;
|
||||||
typedef long int32;
|
typedef int int32;
|
||||||
|
|
||||||
typedef unsigned short uint16;
|
typedef unsigned short uint16;
|
||||||
typedef short int16;
|
typedef short int16;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user