*** empty log message ***

svn path=/trunk/boinc/; revision=3755
This commit is contained in:
Eric J. Korpela 2004-07-02 21:20:20 +00:00
parent 1f85b52a12
commit 855cfbad91
2 changed files with 4 additions and 2 deletions

View File

@ -17,6 +17,7 @@
// Contributor(s):
//
#include <string>
#include "exception.h"
#ifndef _BOINC_DIAGNOSTICS_
@ -24,6 +25,8 @@
#ifdef _WIN32
#include "stdafx.h"
#undef min
// Define macros for both debug and release builds.
//

View File

@ -20,7 +20,6 @@
#ifndef UTIL_H
#define UTIL_H
#ifndef _WIN32
#include <cstdlib>
#include <ctime>
#include <cmath>
@ -28,7 +27,6 @@
#include <cstring>
#include <algorithm>
#include <string>
#endif
#if !defined(HAVE_STRLCPY)
extern size_t strlcpy(char*, const char*, size_t);
@ -105,6 +103,7 @@ extern bool debug_fake_exponential_backoff;
#ifdef _WIN32
#include "windows.h"
char* windows_error_string(char* pszBuf, int iSize);
char* windows_format_error_string(
unsigned long dwError, char* pszBuf, int iSize