]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Include/pystrcmp.h
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Include / pystrcmp.h
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Include/pystrcmp.h b/AppPkg/Applications/Python/Python-2.7.2/Include/pystrcmp.h
deleted file mode 100644 (file)
index 542399d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef Py_STRCMP_H\r
-#define Py_STRCMP_H\r
-\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-PyAPI_FUNC(int) PyOS_mystrnicmp(const char *, const char *, Py_ssize_t);\r
-PyAPI_FUNC(int) PyOS_mystricmp(const char *, const char *);\r
-\r
-#if defined(MS_WINDOWS) || defined(PYOS_OS2)\r
-#define PyOS_strnicmp strnicmp\r
-#define PyOS_stricmp stricmp\r
-#else\r
-#define PyOS_strnicmp PyOS_mystrnicmp\r
-#define PyOS_stricmp PyOS_mystricmp\r
-#endif\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* !Py_STRCMP_H */\r