summaryrefslogtreecommitdiff
path: root/Xwindows.h
AgeCommit message (Collapse)Author
2014-03-13Xwindows.h: Wrap Windows 64-bit types as well for 64-bit buildYaakov Selkowitz
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2012-10-29Adjust wrapping to work with MinGW-w64 headersYaakov Selkowitz
Adjust <windows.h> wrapping to work with MinGW-w64 as well MinGW.org headers, which define BOOL in a different way. Add some more comments on what we doing here. v2: Make similar changes to Xwinsock.h, used for MinGW but not Cygwin. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
2009-06-17Restore macro definition of sleep(), needed by XmingJon TURNEY
Removed in error by commit 1defe6b37c23941fe2a67ad4fa66e8ab5f37f9b3 Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2009-06-14Use indentation to provide a map through the twisty maze of ifdefs, all alikeAlan Coopersmith
git diff -w shows no changes other than whitespace in this patch Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-06-12Death to RCS tags.Adam Jackson
2009-06-05Cygwin/X: Don't destroy min/max macros in Xwindows.hJon TURNEY
Now that macros named min/max rather than MIN/MAX are used consistently in the X server, we need to ensure they work for Xwin builds. Change Xwindows.h from simply destroying any definition of min/max, to avoiding defining them but allowing any pre-existing definition to stand. Also, try to improve the comment describing why this madness is needed in the first place, and remove a no-longer needed macro definition of sleep()
2008-04-26Use Sleep() instead of sleep() on windowsColin Harrison
(was already done in Xwindows.h, just not Xw32defs.h)
2005-04-20check for define PATH_MAX before referencing itAlexander Gottwald
2005-01-09Make sure PATH_MAX is at least 1024Alexander Gottwald
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald
mingw (Win32) port