Need to undef NOERROR for Solaris.
This commit is contained in:
parent
c43b5c8f11
commit
f8369deded
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue