Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
Wengier committed Jan 24, 2022
1 parent 2a0e06f commit 6533d69
Show file tree
Hide file tree
Showing 3 changed files with 648 additions and 634 deletions.
5 changes: 5 additions & 0 deletions src/dos/dos_devices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
#include "dev_con.h"
#include <fstream>

#if (!defined(WIN32) && defined(C_SDL2)) || defined(MACOSX)
typedef char host_cnv_char_t;
host_cnv_char_t *CodePageGuestToHost(const char *s);
#endif

DOS_Device * Devices[DOS_DEVICES] = {NULL};
extern std::map<int, int> lowboxdrawmap;
extern int dos_clipboard_device_access;
Expand Down
Loading

0 comments on commit 6533d69

Please sign in to comment.