emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

System calls without error checks in w32


From: Lennart Borgman
Subject: System calls without error checks in w32
Date: Sat, 29 May 2010 04:38:24 +0200

There is a lot of system calls in the w32 without error checking. This
makes things harder than they should be. How about adding something
like

    DebPrint (("error w32_creatwindow.AjdustRectangle => %d\n",
GetLastError ()));

to all of them? Is there anyone who has anything against this?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]