[MPlayer-cvslog] r23712 - trunk/stream/pnm.h

diego subversion at mplayerhq.hu
Tue Jul 3 10:28:44 CEST 2007


Author: diego
Date: Tue Jul  3 10:28:44 2007
New Revision: 23712

Log:
Cygwin has had inttypes.h since version 1.5.


Modified:
   trunk/stream/pnm.h

Modified: trunk/stream/pnm.h
==============================================================================
--- trunk/stream/pnm.h	(original)
+++ trunk/stream/pnm.h	Tue Jul  3 10:28:44 2007
@@ -25,9 +25,7 @@
 #ifndef HAVE_PNM_H
 #define HAVE_PNM_H
 
-#ifndef __CYGWIN__
 #include <inttypes.h>
-#endif
 /*#include "xine_internal.h" */
 
 typedef struct pnm_s pnm_t;



More information about the MPlayer-cvslog mailing list