commit | f8369dededbb0cd0b3a2b7e766796fcd8a408778 | [log] [tgz] |
---|---|---|
author | Philip Brown <phil@bolthole.com> | Thu May 16 23:09:29 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu May 16 23:09:29 2002 +0000 |
tree | 844190d496f91cbb930b5ea1f01c4e532ce468b5 | |
parent | c43b5c8f11885b0fdb43a3bca2a11f4b1d30bc48 [diff] [blame] |
Need to undef NOERROR for Solaris.
diff --git a/include/winerror.h b/include/winerror.h index 270fa0a..8e7147f 100644 --- a/include/winerror.h +++ b/include/winerror.h
@@ -1481,6 +1481,7 @@ /* HRESULT values for OLE, SHELL and other Interface stuff */ /* the codes 4000-40ff are reserved for OLE */ +#undef NOERROR /* arpa/nameser_compat.h defines this */ #define NOERROR 0L #define S_OK ((HRESULT)0L) #define S_FALSE ((HRESULT)1L)