mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
For windows compile, moved definve of va_copy
This commit is contained in:
parent
9a139a7604
commit
b19755a313
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user