Poodletooth-iLand/build/nirai/python/Python/dynload_stub.c

12 lines
202 B
C
Raw Permalink Normal View History

2015-11-14 19:28:53 +00:00
/* This module provides the necessary stubs for when dynamic loading is
not present. */
#include "Python.h"
#include "importdl.h"
const struct filedescr _PyImport_DynLoadFiletab[] = {
{0, 0}
};