mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Run clang-format against cpp (#4358)
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
// RDKIT_JAVAWRAPPERS_EXPORT does not get defined in RDGeneral/export.h,
|
||||
// and we only use it here for non-windows builds, so just define it based
|
||||
// on RDKIT_RDGENERAL_EXPORT
|
||||
#if defined(RDKIT_DYN_LINK) && defined(WIN32) && \
|
||||
defined(BOOST_HAS_DECLSPEC)
|
||||
#if defined(RDKIT_DYN_LINK) && defined(WIN32) && defined(BOOST_HAS_DECLSPEC)
|
||||
#define RDKIT_JAVAWRAPPERS_EXPORT
|
||||
#else
|
||||
#define RDKIT_JAVAWRAPPERS_EXPORT RDKIT_RDGENERAL_EXPORT
|
||||
|
||||
Reference in New Issue
Block a user