Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Oct 31, 2023
1 parent fdfb061 commit b592b10
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 31 deletions.
4 changes: 1 addition & 3 deletions src/groestlcoin.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2022 The Bitcoin Core developers
// Copyright (c) 2014-2022 The Groestlcoin developers
// Copyright (c) 2014-2023 The Groestlcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
3 changes: 1 addition & 2 deletions src/groestlcoin.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2014-2022 The Groestlcoin developers
// Copyright (c) 2014-2023 The Groestlcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
48 changes: 22 additions & 26 deletions src/grs-config.h
Original file line number Diff line number Diff line change
@@ -1,36 +1,32 @@
#pragma once
// #pragma once

#define UCFG_DEFINE_NDEBUG 0
// #define UCFG_DEFINE_NDEBUG 0

// Check if this can be removed
#define BUILD_DESC "v26.0.0"

#if defined(_MSC_VER) && !defined(RC_COMPILER)
# include <vc-inc.h>
#endif
// #if defined(_MSC_VER) && !defined(RC_COMPILER)
// # include <vc-inc.h>
// #endif

#pragma warning(disable: 4018 4101 4146 4242 4244 4267 4290 4334 4717 4789 4800 4804)
// #pragma warning(disable: 4018 4101 4146 4242 4244 4267 4290 4334 4717 4789 4800 4804)

#define WIN32
// #define WIN32

#define _CRT_SECURE_NO_DEPRECATE 1
#define _SCL_SECURE_NO_WARNINGS
// #define _CRT_SECURE_NO_DEPRECATE 1
// #define _SCL_SECURE_NO_WARNINGS

#define HAVE_DECL_HTOBE16 1
#define HAVE_DECL_HTOLE16 1
#define HAVE_DECL_BE16TOH 1
#define HAVE_DECL_LE16TOH 1
#define HAVE_DECL_HTOLE32 1
#define HAVE_DECL_BE32TOH 1
#define HAVE_DECL_LE32TOH 1
#define HAVE_DECL_HTOBE64 1
#define HAVE_DECL_HTOLE64 1
#define HAVE_DECL_BE64TOH 1
#define HAVE_DECL_LE64TOH 1
// #define HAVE_DECL_HTOBE16 1
// #define HAVE_DECL_HTOLE16 1
// #define HAVE_DECL_BE16TOH 1
// #define HAVE_DECL_LE16TOH 1
// #define HAVE_DECL_HTOLE32 1
// #define HAVE_DECL_BE32TOH 1
// #define HAVE_DECL_LE32TOH 1
// #define HAVE_DECL_HTOBE64 1
// #define HAVE_DECL_HTOLE64 1
// #define HAVE_DECL_BE64TOH 1
// #define HAVE_DECL_LE64TOH 1

#define HAVE_DECL_STRNLEN 1
#define HAVE_DECL_EVP_MD_CTX_NEW 1

#define HAVE_WORKING_BOOST_SLEEP_FOR 1

#define BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT noexcept
// #define HAVE_DECL_STRNLEN 1
// #define HAVE_DECL_EVP_MD_CTX_NEW 1

0 comments on commit b592b10

Please sign in to comment.