ming.h   ming.h 
skipping to change at line 47 skipping to change at line 47
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#ifdef _MSC_VER #ifdef _MSC_VER
#define inline __inline #define inline __inline
#endif #endif
#include <stdio.h> #include <stdio.h>
#define MING_VERSION 0.4.4 #define MING_VERSION 0.4.5
#define MING_VERSION_TEXT "0.4.4" #define MING_VERSION_TEXT "0.4.5"
/***** Type definitions - avoid cyclic dependencies ****/ /***** Type definitions - avoid cyclic dependencies ****/
typedef unsigned char byte; typedef unsigned char byte;
typedef struct SWFBlock_s *SWFBlock; typedef struct SWFBlock_s *SWFBlock;
typedef struct SWFMatrix_s *SWFMatrix; typedef struct SWFMatrix_s *SWFMatrix;
typedef struct SWFInput_s *SWFInput; typedef struct SWFInput_s *SWFInput;
typedef struct SWFCharacter_s *SWFCharacter; typedef struct SWFCharacter_s *SWFCharacter;
typedef struct SWFDBLBitmap_s *SWFDBLBitmap; typedef struct SWFDBLBitmap_s *SWFDBLBitmap;
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/