summaryrefslogtreecommitdiffstats
path: root/PC/dl_nt.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed or replaced some more deprecated preprocessor macros.Christian Heimes2007-11-301-0/+3
| | | | | | Moved the _DEBUG and NDEBUG macros to two new property files. Fixed #1527 Problem with static libs on Windows Updated README.txt
* Include <windows.h> after python.h, so that WINNT is properly set before ↵Kristján Valur Jónsson2007-05-261-3/+1
| | | | windows.h is included. Fixes warnings in PC builds.
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-1/+1
|
* DLL version is now loaded from a string resource.Guido van Rossum1997-09-291-0/+7
|
* Use Python.h, not allobjects.h.Guido van Rossum1997-05-051-4/+2
| | | | Don't call initall() (Experimental incompatible change!!!!!!)
* NT specific files supplied by Mark HammondGuido van Rossum1996-08-211-0/+34