From 96a914022bef943c56c5ed94ae3e95dcb9ab0ca8 Mon Sep 17 00:00:00 2001 From: Daniel Hsu Date: Wed, 30 Jun 2004 22:27:19 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3729 --- checkin_notes | 17 +++++++++++++++++ lib/util.C | 1 + 2 files changed, 18 insertions(+) diff --git a/checkin_notes b/checkin_notes index 26a793b042..b1141b49c9 100755 --- a/checkin_notes +++ b/checkin_notes @@ -14379,3 +14379,20 @@ David 30 June 2004 sched/ db_dump.C feeder.C + +Daniel 30 June 2004 + - Continuing Eric's vanquishing of "using" directives from header + files. Moved "using" directives from inside "#ifndef _WIN32" + blocks. Should compile under Windows now. + + client/ + client_msgs.C + win/ + wingui_mainwindow.cpp + wingui_mainwindow.h + lib/ + miofile.C + msg_log.C + parse.C + util.C + diff --git a/lib/util.C b/lib/util.C index 4fa1152a94..db66e812d9 100755 --- a/lib/util.C +++ b/lib/util.C @@ -55,6 +55,7 @@ #include "fcgi_stdio.h" #endif +using std::min; using std::string; #if !defined(HAVE_STRLCPY)