diff options
author | Javier <dev.git@javispedro.com> | 2022-04-02 16:34:17 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-04-02 16:38:30 +0200 |
commit | 3ca7b6c9cc23e118968b49a79f2b64fe4a3b73b3 (patch) | |
tree | 588b776137790d189b0f3f81b4ef22fbef04f2d3 /dlog.h | |
parent | aade1f47d34594216500f26ed0d21b23a1d1f4f1 (diff) | |
download | vbados-3ca7b6c9cc23e118968b49a79f2b64fe4a3b73b3.tar.gz vbados-3ca7b6c9cc23e118968b49a79f2b64fe4a3b73b3.zip |
readd VDS support so that it works under emm386 and win386+swap
Diffstat (limited to 'dlog.h')
-rw-r--r-- | dlog.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ #if ENABLE_DLOG #if 1 -#include "vbox.h" +#include "vboxlog.h" #define dlog_putc vbox_log_putc #endif |