Fix mingw32 build.

Change-Id: If7a57749ba8c49385a4020ce8d2d8dbb94242122
This commit is contained in:
Tim Newsome
2018-04-20 16:28:24 -07:00
parent 4593659edf
commit 9a69c1c096
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -149,7 +149,8 @@ extern int debug_level;
*/
#define ERROR_FAIL (-4)
#define ERROR_WAIT (-5)
#define ERROR_TIMEOUT (-6)
/* ERROR_TIMEOUT is already taken by winerror.h. */
#define ERROR_TIMEOUT_REACHED (-6)
#endif /* OPENOCD_HELPER_LOG_H */