Skip to content

Commit efb38a4

Browse files
Fix declaration of MDD_spaceMouseGetData (again)
Fixes #305.
1 parent ab424f6 commit efb38a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modelica_DeviceDrivers/Resources/Include/MDDSpaceMouse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @param[out] pdAxes array with 6 elements (value range [-1 1])
2121
* @param[out] piButtons array with 16 elements
2222
*/
23-
DllExport void MDD_spaceMouseGetData(double * pdAxes, int * piButtons);
23+
EXTERN void MDD_spaceMouseGetData(double * pdAxes, int * piButtons);
2424

2525
#endif /* !defined(ITI_COMP_SIM) */
2626

0 commit comments

Comments
 (0)