Bug 939924 - Fix build error: KS.H must be included before codecapi.H in WMF.h. r=cpearce

This commit is contained in:
Ehsan Akhgari 2013-11-18 15:47:38 -05:00
parent f6fb2407b5
commit 6978af8a0c

View File

@ -24,6 +24,7 @@ which makes Windows Media Foundation unavailable.
#include <mfidl.h>
#include <mfreadwrite.h>
#include <mfobjects.h>
#include <ks.h>
#include <stdio.h>
#include <mferror.h>
#include <propvarutil.h>