diff options
author | marha <marha@users.sourceforge.net> | 2012-01-13 17:27:26 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-13 17:27:26 +0100 |
commit | 3e85e2f1e33380d6c9efe0972ed475cbf9dbe825 (patch) | |
tree | 41a3f6f187cde886a272a913693f685db71007b1 /libxcb/src/xcb_windefs.h | |
parent | e2e1bdced7e09e39fed613dae1f2f3096cb18118 (diff) | |
download | vcxsrv-3e85e2f1e33380d6c9efe0972ed475cbf9dbe825.tar.gz vcxsrv-3e85e2f1e33380d6c9efe0972ed475cbf9dbe825.tar.bz2 vcxsrv-3e85e2f1e33380d6c9efe0972ed475cbf9dbe825.zip |
Solved compile errors
Diffstat (limited to 'libxcb/src/xcb_windefs.h')
-rw-r--r-- | libxcb/src/xcb_windefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libxcb/src/xcb_windefs.h b/libxcb/src/xcb_windefs.h index 5b3493d1a..9789735f2 100644 --- a/libxcb/src/xcb_windefs.h +++ b/libxcb/src/xcb_windefs.h @@ -40,6 +40,8 @@ #include <ws2tcpip.h>
#include <windef.h>
+typedef unsigned char BYTE;
+
typedef unsigned int in_addr_t;
#define HANDLE void *
|