Skip to content

Commit e33248e

Browse files
committed
Fix
1 parent 0ed310c commit e33248e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thirdparty/solvers/ipopt/IpoptConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/* Define to 1 if Ipopt index type is int64_t */
2929
/* #undef IPOPT_INT64 */
3030

31-
#ifdef _MSC_VER
31+
#if defined(_MSC_VER)
3232

3333
/* Library Visibility Attribute */
3434
#define IPOPTAMPLINTERFACELIB_EXPORT __declspec(dllimport)

0 commit comments

Comments
 (0)