Need to undef NOERROR for Solaris.

oldstable
Philip Brown 2002-05-16 23:09:29 +00:00 committed by Alexandre Julliard
parent c43b5c8f11
commit f8369deded
1 changed files with 1 additions and 0 deletions

View File

@ -1481,6 +1481,7 @@ extern int WIN32_LastError;
/* 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)