diff options
Diffstat (limited to 'Programs')
-rw-r--r-- | Programs/_freeze_module.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Programs/_freeze_module.c b/Programs/_freeze_module.c index 7e9f02a..4b0633e 100644 --- a/Programs/_freeze_module.c +++ b/Programs/_freeze_module.c @@ -25,12 +25,7 @@ static const struct _frozen _PyImport_FrozenModules[] = { {0, 0, 0} /* sentinel */ }; -#ifndef MS_WINDOWS -/* On Windows, this links with the regular pythonXY.dll, so this variable comes - from frozen.obj. In the Makefile, frozen.o is not linked into this executable, - so we define the variable here. */ const struct _frozen *PyImport_FrozenModules; -#endif static const char header[] = "/* Auto-generated by Programs/_freeze_module.c */"; |