mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
Fix usage of WIN32 define
This commit is contained in:
parent
a2f6fde0dc
commit
6c698fec59
@ -17,7 +17,7 @@
|
||||
#endif
|
||||
|
||||
#if !defined(PYTHON_EXPORT)
|
||||
#if defined(WIN32)
|
||||
#if defined(WIN32) || defined(_WIN32)
|
||||
#define PYTHON_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define PYTHON_EXPORT __attribute__ ((visibility("default")))
|
||||
|
Loading…
Reference in New Issue
Block a user