]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Include/intrcheck.h
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Include / intrcheck.h
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Include/intrcheck.h b/AppPkg/Applications/Python/Python-2.7.2/Include/intrcheck.h
deleted file mode 100644 (file)
index 11d759e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-\r
-#ifndef Py_INTRCHECK_H\r
-#define Py_INTRCHECK_H\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-PyAPI_FUNC(int) PyOS_InterruptOccurred(void);\r
-PyAPI_FUNC(void) PyOS_InitInterrupts(void);\r
-PyAPI_FUNC(void) PyOS_AfterFork(void);\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-#endif /* !Py_INTRCHECK_H */\r