summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-10-28 14:24:52 +0000
committerWerner Koch <wk@gnupg.org>2010-10-28 14:24:52 +0000
commit8c512c3cf0d596eafb708abe3581486894dfe20e (patch)
treed10f93a9f1e8502301b9d245ba6426ca67de6057 /ChangeLog
parent53ea388c985107dd8874388d61cecfd0cab3f628 (diff)
downloadlibgpg-error-8c512c3cf0d596eafb708abe3581486894dfe20e.tar.gz
Add some code to allow building with MSC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5a7837..6ecb4b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2010-10-28 Werner Koch <wk@g10code.com>
+
+ * contrib/conf-w32ce-msc/build.mk: New.
+ * contrib/conf-w32ce-msc/config.h: New.
+
+ * src/mkstrtable.awk: s/inline/GPG_ERR_INLINE/
+ * src/w32-gettext.c: Include gpg-error.h and replace all
+ __inline__ by GPG_ERR_INLINE.
+ (module_init): Use _GPG_ERR_CONSTRUCTOR.
+ (_gpg_w32__init_gettext_module): Build also if we don't have
+ constructors
+ * src/gpg-error.h.in (GPG_ERR_INLINE) [_MSC_VER]: Define as __inline.
+
2010-10-26 Werner Koch <wk@g10code.com>
Release 1.10.