mirror of https://github.com/mpv-player/mpv
Include stdio.h for printf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22459 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b14bee2928
commit
9ca5decb0b
|
@ -4,9 +4,12 @@
|
|||
// for additional virtual keycodes
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
#include "keycodes.h"
|
||||
#include "input/input.h"
|
||||
// HACK, stdin is used as something else below
|
||||
#undef stdin
|
||||
|
||||
int mp_input_win32_slave_cmd_func(int fd,char* dest,int size){
|
||||
DWORD retval;
|
||||
|
|
Loading…
Reference in New Issue