- use </usr/include/vga.h> instead of "/usr/include/vga.h" so that it

doesn't get put in the dependency list.  It's not clear what is the best way
  to handle this header conflict anyway, other than to rename vga.h to bxvga.h
  or something.
This commit is contained in:
Bryce Denney 2002-11-25 15:05:02 +00:00
parent 15ca2d4298
commit 24f58227a5

View File

@ -21,7 +21,7 @@
#define BX_PLUGGABLE
#include <stdlib.h>
#include "/usr/include/vga.h"
#include </usr/include/vga.h>
#include <vgagl.h>
#include <vgakeyboard.h>
#include <vgamouse.h>