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:
parent
458bb28add
commit
0c1787bada
4
util.c
4
util.c
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user