Changeset 21808 for branches/gcc-kmk/src/user32/dib.h
- Timestamp:
- Nov 14, 2011, 11:03:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/dib.h
r4601 r21808 19 19 #define __DIB_H__ 20 20 21 //must use WIN32API as it's exported 21 #ifdef __cplusplus 22 extern "C" { 23 #endif 24 25 // must use WIN32API as it's exported 22 26 int WIN32API DIB_GetDIBWidthBytes( int width, int depth ); 27 int WIN32API BITMAP_GetWidthBytes( INT width, INT depth ); 28 29 #ifdef __cplusplus 30 } // extern "C" 31 #endif 23 32 24 33 int DIB_GetDIBImageBytes( int width, int height, int depth ); … … 27 36 int *height, WORD *bpp, WORD *compr ); 28 37 void DIB_FixColorsToLoadflags(BITMAPINFO * bmi, UINT loadflags, BYTE pix); 29 int WIN32API BITMAP_GetWidthBytes( INT width, INT depth );30 38 31 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.