Chipmunk2D icon indicating copy to clipboard operation
Chipmunk2D copied to clipboard

Missing __declspec(dllimport) in chipmunk.h

Open brechtsanders opened this issue 1 year ago • 0 comments

__declspec(dllimport) is missing in chipmunk.h when defining CP_EXPORT

This is needed when using the shared library (DLL) on Windows using MinGW-w64.

brechtsanders avatar Sep 06 '24 17:09 brechtsanders