Upgraded to latest COLLADA-DOM 1.2.0, see http://sourceforge.net/project/showfiles.php?group_id=157838
November 13, 2006 Re-applied the 'INF' fix for constraint limits.
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
* @param errorCode Error code returned by a function of the API.
|
||||
* @return Returns an English string describing the error.
|
||||
*/
|
||||
#ifdef WIN32
|
||||
__declspec( dllexport ) const char *daeErrorString(int errorCode);
|
||||
#else
|
||||
const char *daeErrorString(int errorCode);
|
||||
#endif
|
||||
|
||||
#endif //__DAE__ERROR__
|
||||
|
||||
Reference in New Issue
Block a user