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