mirror of
https://github.com/X11Libre/xf86-video-vmware.git
synced 2026-03-24 01:24:37 +00:00
7d7aa65d64b5c36f87e8d41d2e20237b22de515d
Not all Xserver versions define that symbol with a numeric value
(1 or 0), some just might not define it at all when disabled.
Using #if instead of #ifdef (as most sites do) will lead to compile break:
../../src/vmware.c:1102:25: error: expected value in expression
#if XSERVER_LIBPCIACCESS
^
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Copyright (C) 1999-2009 VMware, Inc. All Rights Reserved The code here may be used/distributed under the terms of the standard XFree86 license. Documentation on the VMware SVGA Device programming model has been updated and expanded, and it now lives at: http://vmware-svga.sourceforge.net/ --
Description
Languages
C
98.6%
Makefile
0.7%
M4
0.7%