diff options
author | Marcus Brinkmann <[email protected]> | 2010-05-11 17:20:45 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2010-05-11 17:20:45 +0000 |
commit | 383ede75dc9530e6fcbfb2ef111d0e101079c0de (patch) | |
tree | 727ee17fa446cb871b22843b31d2d7647b4961f0 /src/ChangeLog | |
parent | 2010-05-11 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-383ede75dc9530e6fcbfb2ef111d0e101079c0de.tar.gz gpgme-383ede75dc9530e6fcbfb2ef111d0e101079c0de.zip |
2010-05-11 Marcus Brinkmann <[email protected]>
* w32-util.c: Include ath.h
(HAVE_ALLOW_SET_FOREGROUND_WINDOW) [!HAVE_W32CE_SYSTEM]: Define
it.
(RTLD_LAZY, dlopen, dlsym,
dlclose) [!HAVE_ALLOW_SET_FORGROUND_WINDOW]: Don't define anymore.
(_gpgme_allow_set_foreground_window) [!HAVE_ALLOW_SET_FOREGROUND_WINDOW]:
Make it a stub.
(read_w32_registry_string): Use FooA variants of Windows functions
instead of Foo (which dispatches depending on UNICODE).
[!HAVE_W32CE_SYSTEM]: Don't check environment.
(w32_shgetfolderpath): Remove.
(find_program_at_standard_place): Call
SHGetSpecialFolderPath (which is available on all Windows systems
and also Windows CE).
(mkstemp): Use ath_self instead of getpid.
(_gpgme_mkstemp): Use GetTempPathA instead of GetTempPath.
Diffstat (limited to '')
-rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f9220bb8..e6728368 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,22 @@ 2010-05-11 Marcus Brinkmann <[email protected]> + * w32-util.c: Include ath.h + (HAVE_ALLOW_SET_FOREGROUND_WINDOW) [!HAVE_W32CE_SYSTEM]: Define + it. + (RTLD_LAZY, dlopen, dlsym, + dlclose) [!HAVE_ALLOW_SET_FORGROUND_WINDOW]: Don't define anymore. + (_gpgme_allow_set_foreground_window) [!HAVE_ALLOW_SET_FOREGROUND_WINDOW]: + Make it a stub. + (read_w32_registry_string): Use FooA variants of Windows functions + instead of Foo (which dispatches depending on UNICODE). + [!HAVE_W32CE_SYSTEM]: Don't check environment. + (w32_shgetfolderpath): Remove. + (find_program_at_standard_place): Call + SHGetSpecialFolderPath (which is available on all Windows systems + and also Windows CE). + (mkstemp): Use ath_self instead of getpid. + (_gpgme_mkstemp): Use GetTempPathA instead of GetTempPath. + * gpgme.h.in: Use _WIN32 instead of _MSC_VER. Include time.h for time_t. |