]>
git.saurik.com Git - wxWidgets.git/blob - src/expat/lib/os2config.h
1 /*================================================================
2 ** Copyright 2000, Clark Cooper
3 ** All rights reserved.
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.)
18 #define XML_CONTEXT_BYTES 1024
20 /* we will assume all OS2 platforms are little endian */
21 #define BYTEORDER 1234
23 /* OS2 has memmove() available. */
26 #endif /* ndef OS2CONFIG_H */