]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
Corrected memory.cpp checkpoint bug; added Tex2RTF
[wxWidgets.git] / include / wx / log.h
index 4e482faf1cb4d2256294e0f6645d9c80db7d53e4..32c9b1f0e8905acaa2a204c32f8dd3737f4b3aee 100644 (file)
@@ -379,9 +379,9 @@ WXDLLEXPORT_DATA(extern bool) g_bVerbose;
 // ----------------------------------------------------------------------------
 
 // return the last system error code
-unsigned long WXDLLEXPORT wxSysErrorCode();
+WXDLLEXPORT unsigned long wxSysErrorCode();
 // return the error message for given (or last if 0) error code
-const char* WXDLLEXPORT wxSysErrorMsg(unsigned long nErrCode = 0);
+WXDLLEXPORT const char* wxSysErrorMsg(unsigned long nErrCode = 0);
 
 // ----------------------------------------------------------------------------
 // debug only logging functions: use them with API name and error code