1
0
mirror of https://github.com/GOSTSec/vanitygen synced 2025-02-07 12:24:20 +00:00

Win32 build fix for missing M_E.

This commit is contained in:
samr7 2011-08-14 11:12:36 -07:00
parent 458bb28add
commit 0c1787bada

4
util.c
View File

@ -16,6 +16,10 @@
* along with Vanitygen. If not, see <http://www.gnu.org/licenses/>. * along with Vanitygen. If not, see <http://www.gnu.org/licenses/>.
*/ */
#if defined(_WIN32)
#define _USE_MATH_DEFINES
#endif /* defined(_WIN32) */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>