Go to the documentation of this file.
21 #ifndef XAPIAN_INCLUDED_SAFEWINDOWS_H
22 #define XAPIAN_INCLUDED_SAFEWINDOWS_H
24 #if !defined __CYGWIN__ && !defined __WIN32__
25 # error Including safewindows.h, but neither __CYGWIN__ nor __WIN32__ defined!
36 #define WIN32_LEAN_AND_MEAN
43 #ifndef ERROR_PIPE_CONNECTED
44 # include <winerror.h>