/[svn]/libgig/trunk/src/RIFF.h
ViewVC logotype

Diff of /libgig/trunk/src/RIFF.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1193 by schoenebeck, Thu May 17 17:08:29 2007 UTC revision 1330 by persson, Sun Sep 9 10:36:23 2007 UTC
# Line 55  Line 55 
55  #include <stdint.h>  #include <stdint.h>
56    
57  #ifdef WIN32  #ifdef WIN32
 # include "../win32/libgig_private.h" // like config.h, automatically generated by Dev-C++  
58  # include <windows.h>  # include <windows.h>
59    typedef unsigned int   uint;    typedef unsigned int   uint;
   typedef unsigned char  uint8_t;  
   typedef unsigned short uint16_t;  
   typedef unsigned int   uint32_t;  
 # define PACKAGE "libgig"  
 # define VERSION VER_STRING // VER_STRING defined in libgig_private.h  
60  #endif // WIN32  #endif // WIN32
61    
62  #include <stdio.h>  #include <stdio.h>

Legend:
Removed from v.1193  
changed lines
  Added in v.1330

  ViewVC Help
Powered by ViewVC