]> git.proxmox.com Git - mirror_edk2.git/blame - 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
CommitLineData
4710c53d 1\r
2/* This module provides the necessary stubs for when dynamic loading is\r
3 not present. */\r
4\r
5#include "Python.h"\r
6#include "importdl.h"\r
7\r
8\r
9const struct filedescr _PyImport_DynLoadFiletab[] = {\r
10 {0, 0}\r
11};\r