Skip to content

Commit 1d5f2d3

Browse files
Testing fix for windows compilation
1 parent d62bd7d commit 1d5f2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
BSD-style license that can be found in the LICENSE.txt file.
99
*/
1010

11-
#define NB_INTRUSIVE_EXPORT NB_EXPORT
11+
#define NB_INTRUSIVE_EXPORT NB_IMPORT
1212

1313
#include <nanobind/nanobind.h>
1414
#include <nanobind/intrusive/counter.h>

0 commit comments

Comments
 (0)