1 #ifndef __INCLUDE_WINDEF_H
2 #define __INCLUDE_WINDEF_H
20 /* FIXME: _MAX_PATH should be defined in stdlib.h and MAX_PATH in windef.h
25 #define HFILE_ERROR16 ((HFILE16)-1)
26 #define HFILE_ERROR32 ((HFILE32)-1)
27 #define HFILE_ERROR WINELIB_NAME(HFILE_ERROR)
33 * POINTL structure. Used in some OLE calls.
35 typedef struct _POINTL
42 #endif /* __INCLUDE_WINDEF_H */