bmmlib.h 118 B

123456
  1. #ifndef _BMMLIB_H_
  2. #define _BMMLIB_H_
  3. #define BMMExport __declspec( dllimport )
  4. #include "bitmap.h"
  5. #endif