libtool-patches
[Top][All Lists]
Advanced

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

Use GetErrorMode if it is available (on Windows Vista and above).


From: Peter Rosin
Subject: Use GetErrorMode if it is available (on Windows Vista and above).
Date: Sat, 02 Jan 2010 10:34:47 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Hi!

Here's another patch, it makes use of the new function GetErrorMode,
if available, instead of cludging it by calling SetErrorMode twice.
GetErrorMode was introduced with Windows Vista.

This patch does not apply cleanly to a clean git repo, it changes
lines too close to the previous error reporting patch(es), but it
is orthogonal.

Cheers,
Peter

2010-01-02  Peter Rosin  <address@hidden>

        Use GetErrorMode if it is available.
        * libltdl/loaders/loadlibrary.c: (wrap_geterrormode): New
        function that checks if GetErrorMode is supported by the
        system and makes use of it if it is.
        (fallback_geterrormode): New function that is used otherwise
        that implements the old workaround.
        (geterrormode): New function pointer that points at either
        of the above or directly at GetErrorMode.
        (vm_open): Make use of the above.




reply via email to

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