History log of /external/python/cpython2/PC/WinMain.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
629ec26f637844f912d8f5aa6e21bae5d59f559f 26-May-2007 Kristján Valur Jónsson <kristjan@ccpgames.com> Include <windows.h> after python.h, so that WINNT is properly set before windows.h is included. Fixes warnings in PC builds.
/external/python/cpython2/PC/WinMain.c
5a6653cee1fa1f092a486813559239d519534cc7 08-Sep-2004 Martin v. Löwis <martin@v.loewis.de> Revert creation of launcher.exe
/external/python/cpython2/PC/WinMain.c
97329754f8651c21d32dc6032227b7981faa6066 07-Sep-2004 Martin v. Löwis <martin@v.loewis.de> Add support for launcher.exe
/external/python/cpython2/PC/WinMain.c
fe51c6d66e0fbf6a142036bee2c448bd7fe8fefc 02-Aug-2002 Mark Hammond <mhammond@skippinet.com.au> Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
for Py_Main().

Thanks to Kalle Svensson and Skip Montanaro for the patches.
/external/python/cpython2/PC/WinMain.c
d29abb991518d61cfcfcdbdedfec8655cb211c1d 24-Apr-2001 Tim Peters <tim.peters@gmail.com> SF bug 418296: WinMain.c should use WIN32_LEAN_AND_MEAN.
I believe Kevin Rodgers here! The old WINDOWS_LEAN_AND_MEAN has, AFAICT,
always been wrong.
/external/python/cpython2/PC/WinMain.c
a534594fc72cddd5c29ed8debbb3d2f16792db97 23-Jul-2000 Thomas Wouters <thomas@python.org> ANSIfication: remove very-old-varargs code, fix function declarations so
they include prototypes.
/external/python/cpython2/PC/WinMain.c
c0348ac6703a142a6b380ec3cbebed75a09af675 08-Jul-2000 Fredrik Lundh <fredrik@pythonware.com> - removed barry's workaround, to make room for
bill's more complete solution.
/external/python/cpython2/PC/WinMain.c
ddbc11893f40482678158e01aee63fec143b4900 08-Jul-2000 Fredrik Lundh <fredrik@pythonware.com> - this is a tentative checkin of the #100764 patch (by
Barry Scott). it appears to solve the problem on NT
and 2000, but not on Windows 95.

in other words, it's better than before, but not per-
fect. I'll leave the patch open for now.
/external/python/cpython2/PC/WinMain.c
639ccae5f6550fbfddd54bcf38658dc38971a147 08-Aug-1998 Guido van Rossum <guido@python.org> This file's previous log message is bogus.
The real change is that it now includes "Python.h".
/external/python/cpython2/PC/WinMain.c
67ab67218bb8c5f45f57ed8f8f5a5eec61a68c7c 08-Aug-1998 Guido van Rossum <guido@python.org> Different version games:
- MS_DLL_ID is now set to "1.5" instead of "1.5.x" so Mark Hammond's
extensions won't have to be changed.
- FILEVERSION and PRODUCTVERSION are set to 1,5,2,1.
(The last number could be the build# or the alpha release# or so.)
/external/python/cpython2/PC/WinMain.c
d666eae55a13e464ced79d2a0563700183563019 10-Dec-1997 Guido van Rossum <guido@python.org> Adding a new project: pythonw, or WinMain.c, containing a main program
that doesn't have a console window attached. stdout/stderr are lost.
This is handy though for things like grail.
/external/python/cpython2/PC/WinMain.c