2 new win7 structs for opmapi.h * opmapi.h (OPM_GET_CODEC_INFO_INFORMATION): Define. * (OPM_GET_CODEC_INFO_PARAMETERS): Ditto.
diff --git a/mingw-w64-headers/include/ChangeLog b/mingw-w64-headers/include/ChangeLog index dc9af5f..f4202e4 100644 --- a/mingw-w64-headers/include/ChangeLog +++ b/mingw-w64-headers/include/ChangeLog
@@ -1,3 +1,8 @@ +2014-05-20 Jonathan Yong <10walls@gmail.com> + + * opmapi.h (OPM_GET_CODEC_INFO_INFORMATION): Define. + * (OPM_GET_CODEC_INFO_PARAMETERS): Ditto. + 2014-05-08 Corinna Vinschen <vinschen@redhat.com> * lmaccess.h (struct _USER_INFO_24): Define.
diff --git a/mingw-w64-headers/include/opmapi.h b/mingw-w64-headers/include/opmapi.h index ed48394..085896f 100644 --- a/mingw-w64-headers/include/opmapi.h +++ b/mingw-w64-headers/include/opmapi.h
@@ -261,6 +261,20 @@ ULONG *pulNumVideoOutputs, IOPMVideoOutput ***pppOPMVideoOutputArray ); + +#if (_WIN32_WINNT >= 0x0601) +typedef struct _OPM_GET_CODEC_INFO_INFORMATION { + OPM_RANDOM_NUMBER rnRandomNumber; + DWORD Merit; +} OPM_GET_CODEC_INFO_INFORMATION; + +typedef struct _OPM_GET_CODEC_INFO_PARAMETERS { + DWORD cbVerifier; + BYTE Verifier[OPM_GET_INFORMATION_PARAMETERS_SIZE - 4]; +} OPM_GET_CODEC_INFO_PARAMETERS; + +#endif /*(_WIN32_WINNT >= 0x0601)*/ + #ifdef __cplusplus } #endif