client: fix compile break on Windows

This commit is contained in:
Charlie Fenton 2013-06-25 04:50:33 -07:00
parent e2b2370e9d
commit 152a1969e5
1 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,8 @@
#include "coproc.h"
#include "file_names.h"
#include "util.h"
#include "util.h"
#include "str_replace.h"
using std::string;
using std::vector;
@ -382,7 +384,7 @@ int COPROCS::read_coproc_info_file(vector<string> &warnings) {
}
int COPROCS::launch_child_process_to_detect_gpus() {
#ifdef __WXMSW__
#ifdef _WIN32
HANDLE prog;
#else
int prog;