VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/dix-config-apple-verbatim.h@ 99743

Last change on this file since 99743 was 49174, checked in by vboxsync, 11 years ago

Additions/x11: replace header files for X.Org Server 1.6.0 with those for version 1.6.5 due to an ABI bump in-between.

  • Property svn:eol-style set to native
File size: 279 bytes
Line 
1/* Do not include this file directly. It is included at the end of <dix-config.h> */
2
3/* Correctly set _XSERVER64 for OSX fat binaries */
4#if defined(__LP64__) && !defined(_XSERVER64)
5#define _XSERVER64 1
6#elif !defined(__LP64__) && defined(_XSERVER64)
7#undef _XSERVER64
8#endif
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette