From 9c5b3d7571de9e11ed249513f22d5c04bc985b1c Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Wed, 12 Apr 2006 23:21:10 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=9863 --- checkin_notes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/checkin_notes b/checkin_notes index 122e05017b..0e7f637c52 100755 --- a/checkin_notes +++ b/checkin_notes @@ -3746,3 +3746,20 @@ Rom 11 Apr 2006 win_screensaver.cpp, .h clientgui/ AccountInfoPage.cpp + +Eric K 12 Apr 2006 + - Changed some function defines to inlines (i.e. formerly "#define read + _read" becomes "static inline read(...) {return read(...);}) These + defines were breaking some classes that had methods named read(). + - Altered boinc_fopen() to call _fsopen under _WIN32 with the sharing + flags set to the most permissive value. This may solve some of the + virus scanner locking problems. + - Fixed some problems with non-MSC compilers with diagnostics.[Ch] + - Added checks for stdint.h and inttypes.h to configure.ac + + lib/ + boinc_win.h + filesys.C + diagnostics.[Ch] + configure.ac +