Index: net/tools/balsa/balsa_enums.h |
diff --git a/net/tools/balsa/balsa_enums.h b/net/tools/balsa/balsa_enums.h |
index a59dcda687c92efc0d0f40c2ea65c5c8c0085966..b4441425eadd251e565f09f5235195941ba02872 100644 |
--- a/net/tools/balsa/balsa_enums.h |
+++ b/net/tools/balsa/balsa_enums.h |
@@ -24,6 +24,7 @@ struct BalsaFrameEnums { |
}; |
enum ErrorCode { |
+#undef NO_ERROR |
wtc
2014/06/04 00:56:12
<WinError.h> defines the NO_ERROR macro as 0L:
#d
Ryan Hamilton
2014/06/06 18:20:56
Can you add a comment this effect? Also consider w
wtc
2014/06/10 16:56:38
Done.
|
NO_ERROR = 0, // A sentinel value for convenience, none of the callbacks |
// should ever see this error code. |
// Header parsing errors |