28 #ifndef __TERRALIB_COMMON_INTERNAL_WINUTILS_H    29 #define __TERRALIB_COMMON_INTERNAL_WINUTILS_H    34 #if TE_PLATFORM == TE_PLATFORMCODE_MSWINDOWS    55 #endif  // TE_PLATFORM == TE_PLATFORMCODE_MSWINDOWS    57 #endif  //__TERRALIB_COMMON_INTERNAL_WINUTILS_H TECOMMONEXPORT const std::string GetLastError()
It obtains the last thread's error message in a Windows System. 
 
Configuration flags for the TerraLib Common Runtime module. 
 
#define TECOMMONEXPORT
You can use this macro in order to export/import classes and functions from this module.