gecode icon indicating copy to clipboard operation
gecode copied to clipboard

win32: Use `_WIN32` and not `WIN32` for preprocessor

Open waywardmonkeys opened this issue 7 months ago • 0 comments

In some build configurations, the use of WIN32 fails and these were the only locations in the code using that formulation.

Use _WIN32 instead.

waywardmonkeys avatar Mar 10 '25 10:03 waywardmonkeys