[Top][All Lists]
[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?
- System calls without error checks in w32,
Lennart Borgman <=
- Re: System calls without error checks in w32, Eli Zaretskii, 2010/05/29
- Re: System calls without error checks in w32, Lennart Borgman, 2010/05/29
- Re: System calls without error checks in w32, Eli Zaretskii, 2010/05/29
- Re: System calls without error checks in w32, Lennart Borgman, 2010/05/29
- Re: System calls without error checks in w32, Eli Zaretskii, 2010/05/29
- Re: System calls without error checks in w32, Lennart Borgman, 2010/05/29
- Re: System calls without error checks in w32, Eli Zaretskii, 2010/05/29
- Re: System calls without error checks in w32, Lennart Borgman, 2010/05/29
- Re: System calls without error checks in w32, Eli Zaretskii, 2010/05/30
- Re: System calls without error checks in w32, Lennart Borgman, 2010/05/30