mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=6683
This commit is contained in:
parent
c48886f0f8
commit
385ea597c8
|
@ -11,7 +11,9 @@ int unzip_main(int argc, char** argv);
|
|||
int zip_main(int argc, char** argv);
|
||||
}
|
||||
|
||||
#ifndef _WIN32 // only need for Linux & Mac
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include "config.h"
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in New Issue