Browse Source

mft: Enforce desktop family

pull/44/head
Hugo Beauzée-Luyssen 10 years ago
parent
commit
35ac138cb5
  1. 4
      modules/codec/mft.c

4
modules/codec/mft.c

@ -37,6 +37,10 @@
# define STDCALL __stdcall
#endif
#include <winapifamily.h>
#undef WINAPI_FAMILY
#define WINAPI_FAMILY WINAPI_FAMILY_DESKTOP_APP
#include <assert.h>
#include <vlc_common.h>

Loading…
Cancel
Save