mirror of https://github.com/neutrinolabs/xrdp
added define for common types
This commit is contained in:
parent
a836aa55cb
commit
4f45b4c065
|
@ -62,6 +62,8 @@
|
|||
#define EXPORT_CC
|
||||
#endif
|
||||
|
||||
#ifndef DEFINED_Ts
|
||||
#define DEFINED_Ts
|
||||
typedef char ti8;
|
||||
typedef unsigned char tui8;
|
||||
typedef signed char tsi8;
|
||||
|
@ -94,5 +96,6 @@ typedef int tsock;
|
|||
typedef unsigned long long tui64;
|
||||
typedef signed long long tsi64;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue