Added Windows builds
This commit is contained in:
+4
@@ -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"
|
||||
|
||||
Vendored
+4
-4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user