Ignore:
Timestamp:
Nov 14, 2011, 11:03:47 PM (14 years ago)
Author:
dmik
Message:

Port USER32.DLL (continued).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/user32/dib.h

    r4601 r21808  
    1919#define __DIB_H__
    2020
    21 //must use WIN32API as it's exported
     21#ifdef __cplusplus
     22extern "C" {
     23#endif
     24
     25// must use WIN32API as it's exported
    2226int WIN32API DIB_GetDIBWidthBytes( int width, int depth );
     27int  WIN32API BITMAP_GetWidthBytes( INT width, INT depth );
     28
     29#ifdef __cplusplus
     30} // extern "C"
     31#endif
    2332
    2433int DIB_GetDIBImageBytes( int width, int height, int depth );
     
    2736                              int *height, WORD *bpp, WORD *compr );
    2837void DIB_FixColorsToLoadflags(BITMAPINFO * bmi, UINT loadflags, BYTE pix);
    29 int  WIN32API BITMAP_GetWidthBytes( INT width, INT depth );
    3038
    3139#endif
Note: See TracChangeset for help on using the changeset viewer.