aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2011-02-02 12:47:53 +0000
committerMarcus Brinkmann <[email protected]>2011-02-02 12:47:53 +0000
commita2b9adafe46c55a2c26dd46163055bbdf3526835 (patch)
treef4b947a8b3f596b17fbc18ec14a7367e29fe19d1 /src/ChangeLog
parentMight now build for CE using MSC. (diff)
downloadgpgme-a2b9adafe46c55a2c26dd46163055bbdf3526835.tar.gz
gpgme-a2b9adafe46c55a2c26dd46163055bbdf3526835.zip
2011-02-02 Marcus Brinkmann <[email protected]>
* w32-util.c (mkstemp): Don't use CreateFile instead of open (the function is not used on Windows CE, and the callers were not adjusted).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 562d2977..fe850956 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-02 Marcus Brinkmann <[email protected]>
+
+ * w32-util.c (mkstemp): Don't use CreateFile instead of open (the
+ function is not used on Windows CE, and the callers were not
+ adjusted).
+
2010-11-02 Werner Koch <[email protected]>
* data-fd.c (read, write, lseek) [W32CE && ! __MINGW32CE__]: New.