[MPlayer-cvslog] r22459 - trunk/osdep/getch2-win.c
    reimar 
    subversion at mplayerhq.hu
       
    Sun Mar  4 19:55:44 CET 2007
    
    
  
Author: reimar
Date: Sun Mar  4 19:55:44 2007
New Revision: 22459
Modified:
   trunk/osdep/getch2-win.c
Log:
Include stdio.h for printf
Modified: trunk/osdep/getch2-win.c
==============================================================================
--- trunk/osdep/getch2-win.c	(original)
+++ trunk/osdep/getch2-win.c	Sun Mar  4 19:55:44 2007
@@ -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;
    
    
More information about the MPlayer-cvslog
mailing list