Put back not-so-redundant #ifdef.

This commit is contained in:
Keith Whitwell 2005-04-29 15:41:24 +00:00
parent a6ebcdfe7d
commit 5c81a4b9cd
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
* 24 bits | ? 0x312 0x315 0x318 ? 0x31B 0x31F
* 32 bits | ? ? ? ? 0x164 ?
*/
#ifdef USE_GLFBDEV_DRIVER
#include "glheader.h"
#include <linux/fb.h>
@ -795,4 +795,4 @@ glFBDevMakeCurrent( GLFBDevContextPtr context,
return 1;
}
#endif