vghwinterface/vghwapiwrapper/inc/platformtypes.h
branchbug235_bringup_0
changeset 71 243bbc1d70db
parent 53 c2ef9095503a
equal deleted inserted replaced
70:08233365fef6 71:243bbc1d70db
    24 #else  // LINUX
    24 #else  // LINUX
    25 #define DllExport
    25 #define DllExport
    26 #endif
    26 #endif
    27 
    27 
    28 
    28 
    29 #ifdef WIN32
    29 #if defined(WIN32) && !defined(__GNUG__)
    30 
    30 
    31 #if !defined(__STDC_CONSTANT_MACROS) && !defined(HAVE_STDINT_H)
    31 #if !defined(__STDC_CONSTANT_MACROS) && !defined(HAVE_STDINT_H)
    32 #define __STDC_CONSTANT_MACROS
    32 #define __STDC_CONSTANT_MACROS
    33     /*  MSVC++ does not have the standard header <stdint.h>, so we need to
    33     /*  MSVC++ does not have the standard header <stdint.h>, so we need to
    34         write here all the declarations that <stdint.h> shall contain */
    34         write here all the declarations that <stdint.h> shall contain */