Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
9261e308
Commit
9261e308
authored
Apr 21, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Apr 23, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avifil32: Exclude unused headers.
parent
80bf297a
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
13 deletions
+0
-13
acmstream.c
dlls/avifil32/acmstream.c
+0
-1
api.c
dlls/avifil32/api.c
+0
-1
editstream.c
dlls/avifil32/editstream.c
+0
-1
factory.c
dlls/avifil32/factory.c
+0
-2
getframe.c
dlls/avifil32/getframe.c
+0
-2
icmstream.c
dlls/avifil32/icmstream.c
+0
-2
regsvr.c
dlls/avifil32/regsvr.c
+0
-1
tmpfile.c
dlls/avifil32/tmpfile.c
+0
-3
No files found.
dlls/avifil32/acmstream.c
View file @
9261e308
...
...
@@ -23,7 +23,6 @@
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "winerror.h"
#include "mmsystem.h"
#include "vfw.h"
...
...
dlls/avifil32/api.c
View file @
9261e308
...
...
@@ -17,7 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <assert.h>
#include <stdarg.h>
#define COBJMACROS
...
...
dlls/avifil32/editstream.c
View file @
9261e308
...
...
@@ -23,7 +23,6 @@
#include "winbase.h"
#include "winuser.h"
#include "wingdi.h"
#include "winnls.h"
#include "winerror.h"
#include "mmsystem.h"
#include "vfw.h"
...
...
dlls/avifil32/factory.c
View file @
9261e308
...
...
@@ -16,7 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <assert.h>
#include <stdarg.h>
#define COBJMACROS
...
...
@@ -25,7 +24,6 @@
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "winerror.h"
#include "ole2.h"
...
...
dlls/avifil32/getframe.c
View file @
9261e308
...
...
@@ -16,12 +16,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <assert.h>
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "wingdi.h"
#include "winuser.h"
#include "vfw.h"
...
...
dlls/avifil32/icmstream.c
View file @
9261e308
...
...
@@ -23,11 +23,9 @@
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "winerror.h"
#include "mmsystem.h"
#include "vfw.h"
#include "msacm.h"
#include "avifile_private.h"
...
...
dlls/avifil32/regsvr.c
View file @
9261e308
...
...
@@ -28,7 +28,6 @@
#include "winreg.h"
#include "winerror.h"
#include "mmsystem.h"
#include "vfw.h"
#include "avifile_private.h"
...
...
dlls/avifil32/tmpfile.c
View file @
9261e308
...
...
@@ -16,16 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <assert.h>
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "winerror.h"
#include "mmsystem.h"
#include "vfw.h"
#include "avifile_private.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment