Commit 13238b1a authored by Alexander Alashkin's avatar Alexander Alashkin Committed by Sergey Lyubka

Restore win build

    PUBLISHED_FROM=fe072db3dcc5f92f44d91a81596e33e404887951
parent 56f661e9
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
#endif #endif
#define random() rand() #define random() rand()
typedef int socklen_t; typedef int socklen_t;
typedef char int8_t; typedef signed char int8_t;
typedef unsigned char uint8_t; typedef unsigned char uint8_t;
typedef int int32_t; typedef int int32_t;
typedef unsigned int uint32_t; typedef unsigned int uint32_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment