Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / expat / files / lib / winconfig.h
blob0f16ba5b9cf46276be3322b137b6a05978e8f9c5
1 /*================================================================
2 ** Copyright 2000, Clark Cooper
3 ** All rights reserved.
4 **
5 ** This is free software. You are permitted to copy, distribute, or modify
6 ** it under the terms of the MIT/X license (contained in the COPYING file
7 ** with this distribution.)
8 */
10 #ifndef WINCONFIG_H
11 #define WINCONFIG_H
13 #ifndef WIN32_LEAN_AND_MEAN
14 #define WIN32_LEAN_AND_MEAN
15 #endif
16 #include <windows.h>
17 #undef WIN32_LEAN_AND_MEAN
19 #include <memory.h>
20 #include <string.h>
22 #define XML_NS 1
23 #define XML_DTD 1
24 #define XML_CONTEXT_BYTES 1024
26 /* we will assume all Windows platforms are little endian */
27 #define BYTEORDER 1234
29 /* Windows has memmove() available. */
30 #define HAVE_MEMMOVE
32 #endif /* ndef WINCONFIG_H */