[AVIFIL32]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 20 Jan 2014 13:18:32 +0000 (13:18 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 20 Jan 2014 13:18:32 +0000 (13:18 +0000)
* Improve the GUIDs situation.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61738

reactos/dll/win32/avifil32/avifile_private.h
reactos/dll/win32/avifil32/editstream.c
reactos/dll/win32/avifil32/extrachunk.h
reactos/dll/win32/avifil32/guid.c

index c1ee945..605866e 100644 (file)
 #include <wingdi.h>
 #include <vfw.h>
 
-#include <wine/unicode.h>
-
 #include <wine/debug.h>
-WINE_DEFAULT_DEBUG_CHANNEL(avifile);
+#include <wine/unicode.h>
 
 #include "extrachunk.h"
 #include "resource.h"
 
+WINE_DEFAULT_DEBUG_CHANNEL(avifile);
+
 #ifndef MAX_AVISTREAMS
 #define MAX_AVISTREAMS 8
 #endif
@@ -71,4 +71,4 @@ extern PAVIFILE  AVIFILE_CreateAVITempFile(int nStreams, const PAVISTREAM *ppStr
 
 extern LPCWSTR  AVIFILE_BasenameW(LPCWSTR szFileName) DECLSPEC_HIDDEN;
 
-#endif
+#endif /* __AVIFILE_PRIVATE_H */
index 023a4d4..7ae56fe 100644 (file)
@@ -18,8 +18,6 @@
 
 #include "avifile_private.h"
 
-#include <initguid.h>
-
 /***********************************************************************/
 
 /* internal interface to get access to table of stream in an editable stream */
index 53c943c..f8b966c 100644 (file)
 #ifndef __WINE_EXTRACHUNK_H
 #define __WINE_EXTRACHUNK_H
 
-#define WIN32_NO_STATUS
-
-#include <stdarg.h>
-
-#include <windef.h>
-//#include "winbase.h"
-#include <mmsystem.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -54,4 +46,4 @@ HRESULT FindChunkAndKeepExtras(LPEXTRACHUNKS extra,HMMIO hmmio,
 }
 #endif
 
-#endif
+#endif /* __WINE_EXTRACHUNK_H */
index af5aba7..575fdf8 100644 (file)
 #include <initguid.h>
 #include <vfw.h>
 
+/* editstream.c */
+DEFINE_AVIGUID(IID_IEditStreamInternal, 0x0002000A,0,0);
+
+/* avifile_private.h */
 DEFINE_AVIGUID(CLSID_ICMStream, 0x00020001, 0, 0);
 DEFINE_AVIGUID(CLSID_WAVFile,   0x00020003, 0, 0);
 DEFINE_AVIGUID(CLSID_ACMStream, 0x0002000F, 0, 0);