We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab424f6 commit efb38a4Copy full SHA for efb38a4
Modelica_DeviceDrivers/Resources/Include/MDDSpaceMouse.h
@@ -20,7 +20,7 @@
20
* @param[out] pdAxes array with 6 elements (value range [-1 1])
21
* @param[out] piButtons array with 16 elements
22
*/
23
-DllExport void MDD_spaceMouseGetData(double * pdAxes, int * piButtons);
+EXTERN void MDD_spaceMouseGetData(double * pdAxes, int * piButtons);
24
25
#endif /* !defined(ITI_COMP_SIM) */
26
0 commit comments