summaryrefslogtreecommitdiffstats
path: root/PC/import_nt.c
Commit message (Collapse)AuthorAgeFilesLines
* Python.h: Don't attempt to redefine NDEBUG if it's already defined.Tim Peters2001-07-151-1/+0
| | | | Others: Remove redundant includes of assert.h.
* Registered modules could only exist in HKEY_LOCAL_MACHINE - now ↵Mark Hammond2000-08-221-3/+12
| | | | HKEY_CURRENT_USER can override.
* Squash signed-vs-unsigned warning. Also edits to bring into lineTim Peters2000-07-031-14/+33
| | | | with Python coding stds (max line length, C-style comments).
* Trent Mick: familiar simple Win64 patchesGuido van Rossum2000-06-281-2/+2
|
* Get rid of Win32s check.Guido van Rossum2000-04-041-17/+1
|
* Bruce Wheeler quotes Mark Hammond with a different version of theGuido van Rossum1999-01-141-1/+1
| | | | last patch to this file: use pathLen, not bufSize, as the initializer.
* Subject: Bug in PC/import_nt.cGuido van Rossum1998-06-151-1/+4
| | | | | | | | | | | | From: Dan Pierson <dan@remote.control.com> To: "Mark Hammond (E-mail)" <MHammond@skippinet.com.au>, "Guido van Rossum (E-mail)" <guido@cnri.reston.va.us> Date: Mon, 8 Jun 1998 17:25:07 -0400 RegistryQueryValue requires that its fourth argument be initialized to the length of the buffer being passed in, this wasn't being done. I also split the call and status test into two lines with a local variable so that I could look at the status in the debugger.
* Mark Hammond writes:Guido van Rossum1998-05-261-17/+13
| | | | | | Also, here is a new version of import_nt.c, which allows you to register a Debug module in the registry. While I was there I removed some of the ugliness - what was I thinking :-)
* Seem to be some changes related to DLL version from string resource,Guido van Rossum1997-09-291-3/+25
| | | | again (Mark Hammond is the cause of all this).
* Moved PyWin_IsWin32s() here.Guido van Rossum1997-08-131-1/+15
|
* forgot to rename import_filetabGuido van Rossum1997-05-081-1/+1
|
* Include Python.h, not allobjects.h (which no longer exists).Guido van Rossum1997-05-051-1/+1
|
* Use MS_DLL_ID and similar changesGuido van Rossum1996-08-231-2/+1
|
* More changes for NT, Guido styleGuido van Rossum1996-08-221-5/+1
|
* NT specific files supplied by Mark HammondGuido van Rossum1996-08-211-0/+44