Re: [1/3] msxml3/tests: Added IStream tests for IMXWriter
20 Jun
2011
20 Jun
'11
6:06 a.m.
On 06/19/2011 09:31 PM, Thomas Mullaly wrote:
+#define DEFINE_EXPECT(func) \ + static BOOL expect_ ## func = FALSE, called_ ## func = FALSE + +#define SET_EXPECT(func) \ + expect_ ## func = TRUE This seems like macro-overkill. I think a struct/table here may be a bit cleaner.
+static const CHAR szUtf16BOM[] = {'\xff','\xfe'}; Normal hex here would be more readable.
5293
Age (days ago)
5293
Last active (days ago)
0 comments
1 participants
participants (1)
-
Adam Martinson