Commit 69289f6d authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Only declare console "driver" once, use external refs elsewhere.

parent 89147996
......@@ -15,6 +15,8 @@
#include "console.h"
#include "options.h"
CONSOLE_device driver;
static int pop_driver(char **, char **, int *);
static int console_initialized = FALSE;
......
......@@ -66,7 +66,7 @@ typedef struct CONSOLE_DRIVER
} CONSOLE_device;
CONSOLE_device driver; /* Global driver struct */
extern CONSOLE_device driver; /* Global driver struct */
/* Generic defines */
int CONSOLE_Init(char *drivers);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment