Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
9fe46733
Commit
9fe46733
authored
Oct 24, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 24, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't include windows.h & co in the Wine sources.
Remove uneeded COM_NO_WINDOWS_H defines.
parent
47bf80da
Hide whitespace changes
Inline
Side-by-side
Showing
57 changed files
with
5 additions
and
59 deletions
+5
-59
main.c
dlls/amstream/main.c
+0
-1
regsvr.c
dlls/amstream/regsvr.c
+0
-1
avicap32_main.c
dlls/avicap32/avicap32_main.c
+0
-2
acmstream.c
dlls/avifil32/acmstream.c
+0
-1
api.c
dlls/avifil32/api.c
+0
-1
avifile.c
dlls/avifil32/avifile.c
+0
-1
editstream.c
dlls/avifil32/editstream.c
+0
-1
extrachunk.c
dlls/avifil32/extrachunk.c
+0
-1
factory.c
dlls/avifil32/factory.c
+0
-1
getframe.c
dlls/avifil32/getframe.c
+0
-1
icmstream.c
dlls/avifil32/icmstream.c
+0
-1
regsvr.c
dlls/avifil32/regsvr.c
+0
-1
tmpfile.c
dlls/avifil32/tmpfile.c
+0
-1
wavfile.c
dlls/avifil32/wavfile.c
+0
-1
comcat_private.h
dlls/comcat/comcat_private.h
+0
-1
regsvr.c
dlls/comcat/regsvr.c
+0
-2
animate.c
dlls/comctl32/animate.c
+0
-1
cdlg.h
dlls/comdlg32/cdlg.h
+0
-1
cdlg16.h
dlls/comdlg32/cdlg16.h
+0
-1
filedlgbrowser.h
dlls/comdlg32/filedlgbrowser.h
+0
-1
main.c
dlls/d3dxof/main.c
+0
-1
regsvr.c
dlls/d3dxof/regsvr.c
+0
-1
devenum_private.h
dlls/devenum/devenum_private.h
+0
-1
regsvr.c
dlls/dxdiagn/regsvr.c
+0
-1
dxerr8.c
dlls/dxerr8/dxerr8.c
+0
-1
dxerr9.c
dlls/dxerr9/dxerr9.c
+0
-1
dx8guid.c
dlls/dxguid/dx8guid.c
+0
-1
dx9guid.c
dlls/dxguid/dx9guid.c
+0
-1
dxguid.c
dlls/dxguid/dxguid.c
+0
-1
regsvr.c
dlls/hhctrl.ocx/regsvr.c
+0
-1
private_mciavi.h
dlls/mciavi32/private_mciavi.h
+0
-1
dmoreg.c
dlls/msdmo/dmoreg.c
+0
-1
dmort.c
dlls/msdmo/dmort.c
+0
-1
msrle_private.h
dlls/msrle32/msrle_private.h
+0
-1
msvideo16.c
dlls/msvfw32/msvideo16.c
+0
-1
msvideo_main.c
dlls/msvfw32/msvideo_main.c
+0
-1
objsel_private.h
dlls/objsel/objsel_private.h
+0
-1
oledlg_main.c
dlls/oledlg/oledlg_main.c
+0
-1
pastespl.c
dlls/oledlg/pastespl.c
+0
-1
olepro32stubs.c
dlls/olepro32/olepro32stubs.c
+0
-1
enummoniker.c
dlls/quartz/enummoniker.c
+0
-1
filtergraph.c
dlls/quartz/filtergraph.c
+0
-1
filtermapper.c
dlls/quartz/filtermapper.c
+0
-1
regsvr.c
dlls/quartz/regsvr.c
+0
-1
systemclock.c
dlls/quartz/systemclock.c
+0
-1
shdocvw.h
dlls/shdocvw/shdocvw.h
+0
-1
shlinstobj.c
dlls/shdocvw/shlinstobj.c
+0
-1
msgbox.c
dlls/shlwapi/msgbox.c
+0
-1
ordinal.c
dlls/shlwapi/ordinal.c
+0
-1
string.c
dlls/shlwapi/string.c
+0
-1
strmiids.c
dlls/strmiids/strmiids.c
+0
-1
regsvr.c
dlls/urlmon/regsvr.c
+0
-1
umon.c
dlls/urlmon/umon.c
+0
-1
uuid.c
dlls/uuid/uuid.c
+0
-1
event.c
dlls/winex11.drv/event.c
+4
-1
urlcache.c
dlls/wininet/urlcache.c
+0
-1
mediaobj.idl
include/mediaobj.idl
+1
-1
No files found.
dlls/amstream/main.c
View file @
9fe46733
...
...
@@ -25,7 +25,6 @@
#include <string.h>
#define COBJMACROS
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
...
...
dlls/amstream/regsvr.c
View file @
9fe46733
...
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <string.h>
...
...
dlls/avicap32/avicap32_main.c
View file @
9fe46733
...
...
@@ -20,8 +20,6 @@
#include "config.h"
#include "wine/port.h"
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <stdio.h>
#include <fcntl.h>
...
...
dlls/avifil32/acmstream.c
View file @
9fe46733
...
...
@@ -16,7 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <assert.h>
#include <stdarg.h>
...
...
dlls/avifil32/api.c
View file @
9fe46733
...
...
@@ -21,7 +21,6 @@
#include <stdarg.h>
#define COBJMACROS
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
...
...
dlls/avifil32/avifile.c
View file @
9fe46733
...
...
@@ -30,7 +30,6 @@
* When index is missing it works, but index seems to be okay.
*/
#define COM_NO_WINDOWS_H
#include <assert.h>
#include <stdarg.h>
...
...
dlls/avifil32/editstream.c
View file @
9fe46733
...
...
@@ -16,7 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <assert.h>
#include <stdarg.h>
...
...
dlls/avifil32/extrachunk.c
View file @
9fe46733
...
...
@@ -16,7 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <assert.h>
#include "extrachunk.h"
...
...
dlls/avifil32/factory.c
View file @
9fe46733
...
...
@@ -20,7 +20,6 @@
#include <stdarg.h>
#define COBJMACROS
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
...
...
dlls/avifil32/getframe.c
View file @
9fe46733
...
...
@@ -16,7 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <assert.h>
#include <stdarg.h>
...
...
dlls/avifil32/icmstream.c
View file @
9fe46733
...
...
@@ -16,7 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <assert.h>
#include <stdarg.h>
...
...
dlls/avifil32/regsvr.c
View file @
9fe46733
...
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <string.h>
...
...
dlls/avifil32/tmpfile.c
View file @
9fe46733
...
...
@@ -16,7 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <assert.h>
#include <stdarg.h>
...
...
dlls/avifil32/wavfile.c
View file @
9fe46733
...
...
@@ -16,7 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <assert.h>
#include <stdarg.h>
...
...
dlls/comcat/comcat_private.h
View file @
9fe46733
...
...
@@ -21,7 +21,6 @@
#include <stdarg.h>
#define COBJMACROS
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
...
...
dlls/comcat/regsvr.c
View file @
9fe46733
...
...
@@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <string.h>
...
...
dlls/comctl32/animate.c
View file @
9fe46733
...
...
@@ -33,7 +33,6 @@
* - check for the 'rec ' list in some AVI files
*/
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <string.h>
#include "windef.h"
...
...
dlls/comdlg32/cdlg.h
View file @
9fe46733
...
...
@@ -21,7 +21,6 @@
#ifndef _WINE_DLL_CDLG_H
#define _WINE_DLL_CDLG_H
#define COM_NO_WINDOWS_H
#include "dlgs.h"
#include "wownt32.h"
...
...
dlls/comdlg32/cdlg16.h
View file @
9fe46733
...
...
@@ -23,7 +23,6 @@
#ifndef _WINE_DLL_CDLG16_H
#define _WINE_DLL_CDLG16_H
#define COM_NO_WINDOWS_H
#include "dlgs.h"
#include "wine/windef16.h"
#include "wine/winbase16.h"
...
...
dlls/comdlg32/filedlgbrowser.h
View file @
9fe46733
...
...
@@ -26,7 +26,6 @@
#include <stdarg.h>
#endif
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
...
...
dlls/d3dxof/main.c
View file @
9fe46733
...
...
@@ -25,7 +25,6 @@
#include <string.h>
#define COBJMACROS
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
...
...
dlls/d3dxof/regsvr.c
View file @
9fe46733
...
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <string.h>
...
...
dlls/devenum/devenum_private.h
View file @
9fe46733
...
...
@@ -32,7 +32,6 @@
#include "winerror.h"
#define COBJMACROS
#define COM_NO_WINDOWS_H
#include "ole2.h"
#include "strmif.h"
...
...
dlls/dxdiagn/regsvr.c
View file @
9fe46733
...
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <string.h>
...
...
dlls/dxerr8/dxerr8.c
View file @
9fe46733
...
...
@@ -21,7 +21,6 @@
#include <stdarg.h>
#include <stdio.h>
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/dxerr9/dxerr9.c
View file @
9fe46733
...
...
@@ -21,7 +21,6 @@
#include <stdarg.h>
#include <stdio.h>
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/dxguid/dx8guid.c
View file @
9fe46733
...
...
@@ -21,7 +21,6 @@
#include <stdarg.h>
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/dxguid/dx9guid.c
View file @
9fe46733
...
...
@@ -22,7 +22,6 @@
#include <stdarg.h>
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/dxguid/dxguid.c
View file @
9fe46733
...
...
@@ -21,7 +21,6 @@
#include <stdarg.h>
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/hhctrl.ocx/regsvr.c
View file @
9fe46733
...
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <string.h>
...
...
dlls/mciavi32/private_mciavi.h
View file @
9fe46733
...
...
@@ -21,7 +21,6 @@
#ifndef __WINE_PRIVATE_MCIAVI_H
#define __WINE_PRIVATE_MCIAVI_H
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
...
...
dlls/msdmo/dmoreg.c
View file @
9fe46733
...
...
@@ -17,7 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include "windef.h"
...
...
dlls/msdmo/dmort.c
View file @
9fe46733
...
...
@@ -19,7 +19,6 @@
#include <stdarg.h>
#define COBJMACROS
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
...
...
dlls/msrle32/msrle_private.h
View file @
9fe46733
...
...
@@ -23,7 +23,6 @@
#include <stdarg.h>
#endif
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
#include "mmsystem.h"
...
...
dlls/msvfw32/msvideo16.c
View file @
9fe46733
...
...
@@ -19,7 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
...
...
dlls/msvfw32/msvideo_main.c
View file @
9fe46733
...
...
@@ -30,7 +30,6 @@
#include <stdio.h>
#include <string.h>
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
...
...
dlls/objsel/objsel_private.h
View file @
9fe46733
...
...
@@ -29,7 +29,6 @@
#include "winuser.h"
#define COBJMACROS
#define COM_NO_WINDOWS_H
#include "ole2.h"
#include "strmif.h"
...
...
dlls/oledlg/oledlg_main.c
View file @
9fe46733
...
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include "windef.h"
...
...
dlls/oledlg/pastespl.c
View file @
9fe46733
...
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#define COBJMACROS
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
...
...
dlls/olepro32/olepro32stubs.c
View file @
9fe46733
...
...
@@ -20,7 +20,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include "wine/debug.h"
...
...
dlls/quartz/enummoniker.c
View file @
9fe46733
...
...
@@ -22,7 +22,6 @@
*/
#define COBJMACROS
#define COM_NO_WINDOWS_H
#include "quartz_private.h"
...
...
dlls/quartz/filtergraph.c
View file @
9fe46733
...
...
@@ -32,7 +32,6 @@
#include "dshow.h"
#include "wine/debug.h"
#include "quartz_private.h"
#define COM_NO_WINDOWS_H
#include "ole2.h"
#include "olectl.h"
#include "strmif.h"
...
...
dlls/quartz/filtermapper.c
View file @
9fe46733
...
...
@@ -31,7 +31,6 @@
#include "quartz_private.h"
#define COM_NO_WINDOWS_H
#include "ole2.h"
#include "olectl.h"
#include "strmif.h"
...
...
dlls/quartz/regsvr.c
View file @
9fe46733
...
...
@@ -21,7 +21,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define COBJMACROS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <string.h>
...
...
dlls/quartz/systemclock.c
View file @
9fe46733
...
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include "quartz_private.h"
#include "wine/debug.h"
...
...
dlls/shdocvw/shdocvw.h
View file @
9fe46733
...
...
@@ -22,7 +22,6 @@
#ifndef __WINE_SHDOCVW_H
#define __WINE_SHDOCVW_H
#define COM_NO_WINDOWS_H
#define COBJMACROS
#include <stdarg.h>
...
...
dlls/shdocvw/shlinstobj.c
View file @
9fe46733
...
...
@@ -26,7 +26,6 @@
#include <stdarg.h>
#define COBJMACROS
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
...
...
dlls/shlwapi/msgbox.c
View file @
9fe46733
...
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include "config.h"
#include "wine/port.h"
...
...
dlls/shlwapi/ordinal.c
View file @
9fe46733
...
...
@@ -20,7 +20,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include "config.h"
#include "wine/port.h"
...
...
dlls/shlwapi/string.c
View file @
9fe46733
...
...
@@ -19,7 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include "config.h"
#include "wine/port.h"
...
...
dlls/strmiids/strmiids.c
View file @
9fe46733
...
...
@@ -21,7 +21,6 @@
#include <stdarg.h>
#define COM_NO_WINDOWS_H
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/urlmon/regsvr.c
View file @
9fe46733
...
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
...
...
dlls/urlmon/umon.c
View file @
9fe46733
...
...
@@ -20,7 +20,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <stdio.h>
...
...
dlls/uuid/uuid.c
View file @
9fe46733
...
...
@@ -22,7 +22,6 @@
#include <stdarg.h>
#include "windef.h"
#define COM_NO_WINDOWS_H
#include "initguid.h"
/* GUIDs defined in uuids.lib */
...
...
dlls/winex11.drv/event.c
View file @
9fe46733
...
...
@@ -19,7 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include "config.h"
#include <X11/Xatom.h>
...
...
@@ -650,6 +649,8 @@ static void EVENT_DropFromOffiX( HWND hWnd, XClientMessageEvent *event )
wine_tsx11_lock
();
XQueryPointer
(
event
->
display
,
win
,
&
w_aux_root
,
&
w_aux_child
,
&
x
,
&
y
,
&
dummy
,
&
dummy
,
(
unsigned
int
*
)
&
aux_long
);
x
+=
virtual_screen_rect
.
left
;
y
+=
virtual_screen_rect
.
top
;
wine_tsx11_unlock
();
pWnd
=
WIN_GetPtr
(
hWnd
);
...
...
@@ -802,6 +803,8 @@ static void EVENT_DropURLs( HWND hWnd, XClientMessageEvent *event )
wine_tsx11_lock
();
XQueryPointer
(
event
->
display
,
root_window
,
&
u
.
w_aux
,
&
u
.
w_aux
,
&
x
,
&
y
,
&
u
.
i
,
&
u
.
i
,
&
u
.
u
);
x
+=
virtual_screen_rect
.
left
;
y
+=
virtual_screen_rect
.
top
;
wine_tsx11_unlock
();
drop_len
+=
sizeof
(
DROPFILES
)
+
1
;
...
...
dlls/wininet/urlcache.c
View file @
9fe46733
...
...
@@ -22,7 +22,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define COM_NO_WINDOWS_H
#include "config.h"
#include "wine/port.h"
...
...
include/mediaobj.idl
View file @
9fe46733
...
...
@@ -17,7 +17,7 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
cpp_quote
(
"#if
ndef COM_NO_WINDOWS_H
"
)
cpp_quote
(
"#if
!defined(COM_NO_WINDOWS_H) && !defined(__WINESRC__)
"
)
cpp_quote
(
"#include <windows.h>"
)
cpp_quote
(
"#include <ole2.h>"
)
cpp_quote
(
"#endif"
)
...
...
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