Skip to content
Snippets Groups Projects
Commit 57c7ca70 authored by deuce's avatar deuce
Browse files

Happy DLL!

parent 765fe26e
No related branches found
No related tags found
No related merge requests found
...@@ -44,14 +44,7 @@ ...@@ -44,14 +44,7 @@
struct termios tio_default; /* Initial term settings */ struct termios tio_default; /* Initial term settings */
#endif #endif
#if (defined CIOLIB_IMPORTS) #include <ciolib.h>
#undef CIOLIB_IMPORTS
#endif
#if (defined CIOLIB_EXPORTS)
#undef CIOLIB_EXPORTS
#endif
#include "ciolib.h"
#include "ansi_cio.h" #include "ansi_cio.h"
int CIOLIB_ANSI_TIMEOUT=500; int CIOLIB_ANSI_TIMEOUT=500;
......
...@@ -38,14 +38,7 @@ ...@@ -38,14 +38,7 @@
#include <malloc.h> /* alloca() on Win32 */ #include <malloc.h> /* alloca() on Win32 */
#endif #endif
#if (defined CIOLIB_IMPORTS) #include <ciolib.h>
#undef CIOLIB_IMPORTS
#endif
#if (defined CIOLIB_EXPORTS)
#undef CIOLIB_EXPORTS
#endif
#include "ciolib.h"
#include "vidmodes.h" #include "vidmodes.h"
#include "win32cio.h" #include "win32cio.h"
...@@ -57,7 +50,7 @@ struct keyvals { ...@@ -57,7 +50,7 @@ struct keyvals {
,ALT; ,ALT;
}; };
const struct keyvals keyval[] = CIOLIBEXPORTVAR const struct keyvals keyval[] =
{ {
{VK_BACK, 0x08, 0x08, 0x7f, 0x0e00}, {VK_BACK, 0x08, 0x08, 0x7f, 0x0e00},
{VK_TAB, 0x09, 0x0f00, 0x9400, 0xa500}, {VK_TAB, 0x09, 0x0f00, 0x9400, 0xa500},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment