Commit f8369ded authored by Philip Brown's avatar Philip Brown Committed by Alexandre Julliard

Need to undef NOERROR for Solaris.

parent c43b5c8f
...@@ -1481,6 +1481,7 @@ extern int WIN32_LastError; ...@@ -1481,6 +1481,7 @@ extern int WIN32_LastError;
/* HRESULT values for OLE, SHELL and other Interface stuff */ /* HRESULT values for OLE, SHELL and other Interface stuff */
/* the codes 4000-40ff are reserved for OLE */ /* the codes 4000-40ff are reserved for OLE */
#undef NOERROR /* arpa/nameser_compat.h defines this */
#define NOERROR 0L #define NOERROR 0L
#define S_OK ((HRESULT)0L) #define S_OK ((HRESULT)0L)
#define S_FALSE ((HRESULT)1L) #define S_FALSE ((HRESULT)1L)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment