Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include <windows.h> after python.h, so that WINNT is properly set before ↵ | Kristján Valur Jónsson | 2007-05-26 | 1 | -2/+2 |
| | | | | windows.h is included. Fixes warnings in PC builds. | ||||
* | Revert creation of launcher.exe | Martin v. Löwis | 2004-09-08 | 1 | -30/+0 |
| | |||||
* | Add support for launcher.exe | Martin v. Löwis | 2004-09-07 | 1 | -0/+30 |
| | |||||
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -2/+0 |
| | | | | | | for Py_Main(). Thanks to Kalle Svensson and Skip Montanaro for the patches. | ||||
* | SF bug 418296: WinMain.c should use WIN32_LEAN_AND_MEAN. | Tim Peters | 2001-04-24 | 1 | -1/+1 |
| | | | | | I believe Kevin Rodgers here! The old WINDOWS_LEAN_AND_MEAN has, AFAICT, always been wrong. | ||||
* | ANSIfication: remove very-old-varargs code, fix function declarations so | Thomas Wouters | 2000-07-22 | 1 | -1/+1 |
| | | | | they include prototypes. | ||||
* | - removed barry's workaround, to make room for | Fredrik Lundh | 2000-07-08 | 1 | -30/+0 |
| | | | | bill's more complete solution. | ||||
* | - this is a tentative checkin of the #100764 patch (by | Fredrik Lundh | 2000-07-08 | 1 | -5/+37 |
| | | | | | | | | 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. | ||||
* | This file's previous log message is bogus. | Guido van Rossum | 1998-08-08 | 1 | -1/+1 |
| | | | | The real change is that it now includes "Python.h". | ||||
* | Different version games: | Guido van Rossum | 1998-08-08 | 1 | -0/+1 |
| | | | | | | | - 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.) | ||||
* | Adding a new project: pythonw, or WinMain.c, containing a main program | Guido van Rossum | 1997-12-10 | 1 | -0/+15 |
that doesn't have a console window attached. stdout/stderr are lost. This is handy though for things like grail. |