ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

winconfig.h
Go to the documentation of this file.
00001 /*================================================================
00002 ** Copyright 2000, Clark Cooper
00003 ** All rights reserved.
00004 **
00005 ** This is free software. You are permitted to copy, distribute, or modify
00006 ** it under the terms of the MIT/X license (contained in the COPYING file
00007 ** with this distribution.)
00008 */
00009 
00010 #ifndef WINCONFIG_H
00011 #define WINCONFIG_H
00012 
00013 #define WIN32_LEAN_AND_MEAN
00014 #include <windows.h>
00015 #undef WIN32_LEAN_AND_MEAN
00016 
00017 #include <memory.h>
00018 #include <string.h>
00019 
00020 //MF #define XML_NS 1
00021 #define XML_DTD 1
00022 #define XML_CONTEXT_BYTES 1024
00023 
00024 /* we will assume all Windows platforms are little endian */
00025 #define BYTEORDER 1234
00026 
00027 /* Windows has memmove() available. */
00028 #define HAVE_MEMMOVE
00029 
00030 #endif /* ndef WINCONFIG_H */

Generated on Sat May 26 2012 04:32:23 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.