Qt compiling errors on Windows.

This commit is contained in:
Benoît LeBlanc 2013-07-23 16:27:02 -04:00
parent 81626c8741
commit 354027bcd3

2
include/freerdp/error.h Normal file → Executable file
View File

@ -142,7 +142,7 @@ FREERDP_API const char* freerdp_get_error_info_name(UINT32 code);
* The value can hold one of the defined error codes below OR an error according to errno
*/
extern int connectErrorCode;
FREERDP_API extern int connectErrorCode;
#define ERRORSTART 10000
#define PREECONNECTERROR ERRORSTART + 1