mirror of https://github.com/BOINC/boinc.git
Win compile fix
This commit is contained in:
parent
d7f4551f6f
commit
ce5bf10e04
|
@ -29,6 +29,7 @@
|
|||
|
||||
#ifdef _MSC_VER
|
||||
#define snprintf _snprintf
|
||||
#define tempnam _tempnam
|
||||
#endif
|
||||
|
||||
#include "crypt.h"
|
||||
|
|
Loading…
Reference in New Issue