Multiple inclusion protection.

svn path=/trunk/boinc/; revision=12225
This commit is contained in:
Josh Von Korff 2007-03-14 22:57:37 +00:00
parent 6b1d87f53a
commit c35ac9ba39
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,9 @@
// or write to the Free Software Foundation, Inc.,
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#ifndef _BOINC_MSG_LOG_H_
#define _BOINC_MSG_LOG_H_
#include <cstdio>
#include <cstdarg>
@ -89,3 +92,4 @@ public:
#pragma warning(default: 4512) // assignment operator could not be generated
#endif
#endif