summaryrefslogtreecommitdiff
path: root/PC/frozen_dllmain.c
Commit message (Collapse)AuthorAgeFilesLines
* Use GetModuleHandleW to avoid *A functions where possible.Martin v. Löwis2012-01-141-1/+1
|
* Use the new Py_ARRAY_LENGTH macroVictor Stinner2011-09-291-2/+2
|
* Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-58/+58
| | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines Recorded merge of revisions 81029 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ ................
* Remove some debugging messages - although this code is a complete hack, we ↵Mark Hammond2000-10-051-2/+2
| | | | dont need to announce it to the world every time they use freeze!
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-221-2/+2
| | | | | char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P
* Mark Hammond's main program for a frozen application.Guido van Rossum1998-03-201-0/+134