mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3729
This commit is contained in:
parent
f7cd17da16
commit
96a914022b
|
@ -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
|
||||
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
#include "fcgi_stdio.h"
|
||||
#endif
|
||||
|
||||
using std::min;
|
||||
using std::string;
|
||||
|
||||
#if !defined(HAVE_STRLCPY)
|
||||
|
|
Loading…
Reference in New Issue