On 31 May 2017 at 04:47, Nikolay Sivov bunglehead@gmail.com wrote:
On 31.05.2017 4:09, Alistair Leslie-Hughes wrote:
+typedef struct _mfmedaitype +{
- IMFMediaType IMFMediaType_iface;
- LONG ref;
+} mfmedaitype;
You got a typo in structure name.
If everyone is going to comment, I might as well join in.
What is the purpose of the typedef?