Fixed warnings and errors so ReactOS can be compiled with GCC 3.2.
[reactos.git] / reactos / drivers / dd / vga / miniport / vgavideo.h
index af87ad7..9fb566b 100644 (file)
@@ -6,7 +6,8 @@
 #define VGA_OR     16
 #define VGA_XOR    24
 
-typedef struct { int quot, rem; } div_t;
+//This is in mingw standard headers
+//typedef struct { int quot, rem; } div_t;
 
 int maskbit[640], y80[480], xconv[640], bit8[640], startmasks[8], endmasks[8];