Browse Source

Use standard execv arg type on Win64

Luke Dashjr 13 years ago
parent
commit
02f544d5e6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      miner.c

+ 2 - 0
miner.c

@@ -3155,8 +3155,10 @@ void kill_work(void)
 
 static
 #ifdef WIN32
+#ifndef _WIN64
 const
 #endif
+#endif
 char **initial_args;
 
 static void clean_up(void);