Skip to content
Snippets Groups Projects
Commit 629b26b0 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix mingw32 warning... export variable correctly.

parent 91e621db
Branches
Tags
1 merge request!455Update branch with changes from master
......@@ -29,7 +29,7 @@
#include "vidmodes.h"
#include "win32cio.h"
CIOLIBEXPORTVAR const struct keyvals keyval[] =
CIOLIBEXPORT const struct keyvals keyval[] =
{
{VK_BACK, 0x08, 0x08, 0x7f, 0x0e00},
{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