Skip to content

Commit

Permalink
[skip ci] avoid to let Coin redefine several HAVE_ macros
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Dec 8, 2020
1 parent daea303 commit 065f3fa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/FCConfig.h
Expand Up @@ -170,6 +170,17 @@ typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
#endif

/* avoid to redefine the HAVE_* in Coin's inttypes.h file */
#define COIN_CONFIGURE_BUILD
/* The <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* The <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* The <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* The <stddef.h> header file. */
#define HAVE_STDDEF_H 1

#endif


Expand Down

0 comments on commit 065f3fa

Please sign in to comment.