Changeset 21916 for trunk/src/user32/dib.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/user32/dib.h
r4601 r21916 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.