]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Python/Python-2.7.2/Python/dynload_stub.c
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Python / dynload_stub.c
1
2 /* This module provides the necessary stubs for when dynamic loading is
3 not present. */
4
5 #include "Python.h"
6 #include "importdl.h"
7
8
9 const struct filedescr _PyImport_DynLoadFiletab[] = {
10 {0, 0}
11 };