ulab-original
jsorg71 17 years ago
parent 8af78369ea
commit 9876b42c46

@ -89,15 +89,12 @@ typedef __int64 tbus;
#else #else
typedef long tbus; typedef long tbus;
#endif #endif
/* wide char, socket */
#if defined(_WIN32) #if defined(_WIN32)
typedef unsigned short twchar; typedef unsigned short twchar;
#else
typedef int twchar;
#endif
/* socket is different in win32 */
#if defined(_WIN32)
typedef unsigned int tsock; typedef unsigned int tsock;
#else #else
typedef int twchar;
typedef int tsock; typedef int tsock;
#endif #endif

Loading…
Cancel
Save