mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 09:17:15 +00:00
For windows compile, moved definve of va_copy
This commit is contained in:
@@ -56,10 +56,6 @@ using namespace std;
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
#ifndef va_copy
|
||||
#define va_copy(d,s) ((d) = (s))
|
||||
#endif
|
||||
|
||||
static bool WELLRNG_init = false;
|
||||
static int state_i = 0;
|
||||
static unsigned int STATE[R];
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#ifndef va_copy
|
||||
#define va_copy(d,s) ((d) = (s))
|
||||
#endif
|
||||
|
||||
// original source:
|
||||
// https://github.com/facebook/folly/blob/master/folly/String.cpp
|
||||
|
||||
Reference in New Issue
Block a user