On 3/11/2013 10:27, Jeff Latimer wrote:
include/nserror.h | 226 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 include/nserror.h +#ifndef _NSERROR_H +#define _NSERROR_H
This doesn't look right.
+#define NS_S_CALLPENDING_HRESULT_TYPEDEF_(0x000D0000L)
This is usually done with a suffix.
+#endif
Please add a comment here.