Skip to content
Snippets Groups Projects
Commit 460ee8e5 authored by deuce's avatar deuce
Browse files

Also include sdl_copybuf* and sdl_pastebuf* for Win32 (Just in case)

parent f474d540
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,9 @@
#include <stdio.h> /* NULL */
#include <stdlib.h>
#include <string.h>
#ifdef __unix__
#include <dlfcn.h>
#endif
#include "gen_defs.h"
#include "genwrap.h"
......@@ -178,14 +180,12 @@ const struct sdl_keyvals sdl_keyval[] =
};
const int sdl_tabs[10]={9,17,25,33,41,49,57,65,73,80};
#ifndef _WIN32
/* *nix copy/paste stuff */
SDL_sem *sdl_pastebuf_set;
SDL_sem *sdl_pastebuf_copied;
SDL_mutex *sdl_copybuf_mutex;
char *sdl_copybuf=NULL;
char *sdl_pastebuf=NULL;
#endif
#if !defined(NO_X) && defined(__unix__)
#include "SDL_syswm.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment