diff options
Diffstat (limited to 'PC/dl_nt.c')
| -rw-r--r-- | PC/dl_nt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/dl_nt.c b/PC/dl_nt.c index 6e778516c3..2608f7e7aa 100644 --- a/PC/dl_nt.c +++ b/PC/dl_nt.c @@ -10,7 +10,7 @@ forgotten) from the programmer. #include "windows.h" /* NT and Python share these */ -#include "config.h" +#include "pyconfig.h" #include "Python.h" char dllVersionBuffer[16] = ""; // a private buffer |
