We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0e06f commit 6533d69Copy full SHA for 6533d69
src/dos/dos_devices.cpp
@@ -35,6 +35,11 @@
35
#include "dev_con.h"
36
#include <fstream>
37
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
+
43
DOS_Device * Devices[DOS_DEVICES] = {NULL};
44
extern std::map<int, int> lowboxdrawmap;
45
extern int dos_clipboard_device_access;
0 commit comments