X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=AppPkg%2FApplications%2FPython%2FPython-2.7.2%2FInclude%2Fintrcheck.h;fp=AppPkg%2FApplications%2FPython%2FPython-2.7.2%2FInclude%2Fintrcheck.h;h=0000000000000000000000000000000000000000;hp=11d759e42a228134c685a2ae1a6b62ebf52bf3c2;hb=964f432b9b0afe103c41c7613fade3e699118afe;hpb=e2d3a25f1a3135221a9c8061e1b8f90245d727eb 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 index 11d759e42a..0000000000 --- a/AppPkg/Applications/Python/Python-2.7.2/Include/intrcheck.h +++ /dev/null @@ -1,15 +0,0 @@ - -#ifndef Py_INTRCHECK_H -#define Py_INTRCHECK_H -#ifdef __cplusplus -extern "C" { -#endif - -PyAPI_FUNC(int) PyOS_InterruptOccurred(void); -PyAPI_FUNC(void) PyOS_InitInterrupts(void); -PyAPI_FUNC(void) PyOS_AfterFork(void); - -#ifdef __cplusplus -} -#endif -#endif /* !Py_INTRCHECK_H */