Added Windows builds

This commit is contained in:
SChernykh
2021-09-05 09:47:48 +02:00
parent b17723f1e4
commit e527b0c660
8 changed files with 98 additions and 14 deletions
+4
View File
@@ -28,6 +28,10 @@
//
// Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers
#ifdef _MSC_VER
#pragma warning(disable: 4146 4242 4244 4668 4710 4711 5045)
#endif
#include <stdint.h>
#include "crypto-ops.h"
+4 -4
View File
@@ -28,15 +28,15 @@
//
// Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers
#ifdef _MSC_VER
#pragma warning(disable: 4146 4242 4244 4668 4710 4711 5045)
#endif
#include <assert.h>
#include <stdint.h>
#include "crypto-ops.h"
#ifdef _MSC_VER
#pragma warning(disable: 4146 4242 4244 4711 5045)
#endif
/* Predeclarations */
static void fe_mul(fe, const fe, const fe);