Still working on making dflat32 a dll. Alot of this will be cleaned up in the
[reactos.git] / rosapps / lib / dflat32 / config.c
index d72f886..2d2b1e6 100644 (file)
@@ -1,6 +1,6 @@
 /* ------------- config.c ------------- */
 
-#include <dflat32/dflat.h>
+#include "dflat32/dflat.h"
 
 /* ----- default colors for color video system ----- */
 unsigned char color[CLASSCOUNT] [4] [2] = {
@@ -440,7 +440,6 @@ CONFIG cfg = {
        55                               /* Bottom printer margin               */
 };
 
-char **Argv;
 void BuildFileName(char *path, char *ext)
 {
        extern char **Argv;