]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Modules/expat/winconfig.h
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Modules / expat / winconfig.h
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/winconfig.h b/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/winconfig.h
deleted file mode 100644 (file)
index 922ba10..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/*================================================================\r
-** Copyright 2000, Clark Cooper\r
-** All rights reserved.\r
-**\r
-** This is free software. You are permitted to copy, distribute, or modify\r
-** it under the terms of the MIT/X license (contained in the COPYING file\r
-** with this distribution.)\r
-*/\r
-\r
-#ifndef WINCONFIG_H\r
-#define WINCONFIG_H\r
-\r
-#define WIN32_LEAN_AND_MEAN\r
-#include <windows.h>\r
-#undef WIN32_LEAN_AND_MEAN\r
-\r
-#include <memory.h>\r
-#include <string.h>\r
-\r
-#define XML_NS 1\r
-#define XML_DTD 1\r
-#define XML_CONTEXT_BYTES 1024\r
-\r
-/* we will assume all Windows platforms are little endian */\r
-#define BYTEORDER 1234\r
-\r
-/* Windows has memmove() available. */\r
-#define HAVE_MEMMOVE\r
-\r
-#endif /* ndef WINCONFIG_H */\r