Skip to content

Commit 6533d69

Browse files
committed
more
1 parent 2a0e06f commit 6533d69

File tree

3 files changed

+648
-634
lines changed

3 files changed

+648
-634
lines changed

src/dos/dos_devices.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
#include "dev_con.h"
3636
#include <fstream>
3737

38+
#if (!defined(WIN32) && defined(C_SDL2)) || defined(MACOSX)
39+
typedef char host_cnv_char_t;
40+
host_cnv_char_t *CodePageGuestToHost(const char *s);
41+
#endif
42+
3843
DOS_Device * Devices[DOS_DEVICES] = {NULL};
3944
extern std::map<int, int> lowboxdrawmap;
4045
extern int dos_clipboard_device_access;

0 commit comments

Comments
 (0)