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

12 lines
202 B
C
Raw Normal View History

2015-11-14 13:28:53 -06: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}
};