Fridrich:
Please revert or fix this: when I start the msvc build now, it says
instantly crashes saying "Run-Time Check Failure #0 - The value of ESP
was not properly saved across a function call. This usually is the
result of calling a function declared with one calling convention with a
function pointer declared with a different calling convention.".
Marc
On Tue, 2009-09-08 at 09:10 +0200, cvs@abisource.com wrote:
> Author: strbafridrich
> Date: 2009-09-08 09:10:26 +0200 (Tue, 08 Sep 2009)
> New Revision: 28143
>
> Modified:
> abiword/trunk/src/wp/main/win/Win32Main.cpp
> Log:
> if we are started from a windows console, we presumably want a console output (Windows XP or higher only)
>
> Modified: abiword/trunk/src/wp/main/win/Win32Main.cpp
> ===================================================================
> --- abiword/trunk/src/wp/main/win/Win32Main.cpp 2009-09-07 15:59:18 UTC (rev 28142)
> +++ abiword/trunk/src/wp/main/win/Win32Main.cpp 2009-09-08 07:10:26 UTC (rev 28143)
> @@ -21,11 +21,36 @@
> #include "config.h"
> #endif
>
> +#include <io.h>
> #include <windows.h>
> #include "ap_Win32App.h"
>
> int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
> PSTR szCmdLine, int iCmdShow)
Received on Tue Sep 8 11:48:10 2009
This archive was generated by hypermail 2.1.8 : Tue Sep 08 2009 - 11:48:10 CEST