diff options
author | marha <marha@users.sourceforge.net> | 2012-01-30 13:13:50 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-30 13:13:50 +0100 |
commit | 40ea1e0ebcaba2afff5888e4fd86f6df6816a285 (patch) | |
tree | a2fc544099183ffc90912d0d7cab9f36d285f03e /include/xcb/xcb_windefs.h | |
parent | c69f5d9bd34d3fd3738c000f5d91ceb26770f7e5 (diff) | |
download | vcxsrv-40ea1e0ebcaba2afff5888e4fd86f6df6816a285.tar.gz vcxsrv-40ea1e0ebcaba2afff5888e4fd86f6df6816a285.tar.bz2 vcxsrv-40ea1e0ebcaba2afff5888e4fd86f6df6816a285.zip |
synchronized files
Diffstat (limited to 'include/xcb/xcb_windefs.h')
-rw-r--r-- | include/xcb/xcb_windefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xcb/xcb_windefs.h b/include/xcb/xcb_windefs.h index 5b3493d1a..9789735f2 100644 --- a/include/xcb/xcb_windefs.h +++ b/include/xcb/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 *
|