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)