aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-11-04 08:16:57 +0000
committerWerner Koch <[email protected]>2010-11-04 08:16:57 +0000
commit44b27022588dd2c1fe495e305ea1e26187805619 (patch)
tree1651c8c7cabe142d905747a8407c9017d3c004c8 /src/ChangeLog
parentHopefully last changes for building with MSC. (diff)
downloadgpgme-44b27022588dd2c1fe495e305ea1e26187805619.tar.gz
gpgme-44b27022588dd2c1fe495e305ea1e26187805619.zip
More changes for W32CE with MSC.
Diffstat (limited to '')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 53de1f5d..f4e0e7d0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-04 Werner Koch <[email protected]>
+
+ * w32-ce.h [_MSC_VER && W32CE]: Undef leave.
+ * export.c: Include util.h so that we get the above undef.
+
+ * memrchr.c: Remove. Used to be a replacement function required
+ by the formerly included assuan code.
+
2010-11-03 Werner Koch <[email protected]>
* debug.c (_gpgme_debug) [W32CE]: Replace locatime by GetLocalTime.