Revision: 14460
Author:   
rain...@gmail.com
Date:     Wed Jan 15 22:32:50 2014 UTC
Log:      Fix compile error
http://code.google.com/p/miranda/source/detail?r=14460
Modified:
  /trunk/miranda/include/m_freeimage.h
=======================================
--- /trunk/miranda/include/m_freeimage.h	Mon Feb  6 16:41:59 2012 UTC
+++ /trunk/miranda/include/m_freeimage.h	Wed Jan 15 22:32:50 2014 UTC
@@ -153,7 +153,7 @@
  #ifndef _MSC_VER
  // define portable types for 32-bit / 64-bit OS
-#include <inttypes.h>
+//#include <inttypes.h>
  typedef int32_t BOOL;
  typedef uint8_t BYTE;
  typedef uint16_t WORD;