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
76ed2835
Commit
76ed2835
authored
Jul 26, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make CONST_VTABLE the default in the Wine source.
parent
89cbfd8f
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
4 additions
and
46 deletions
+4
-46
d3dxof_private.h
dlls/d3dxof/d3dxof_private.h
+0
-2
clipper.c
dlls/ddraw/clipper.c
+0
-2
ddraw_hal.c
dlls/ddraw/ddraw_hal.c
+0
-2
ddraw_main.c
dlls/ddraw/ddraw_main.c
+0
-2
ddraw_thunks.c
dlls/ddraw/ddraw_thunks.c
+0
-2
ddraw_user.c
dlls/ddraw/ddraw_user.c
+0
-2
device_opengl.c
dlls/ddraw/device_opengl.c
+0
-2
direct3d_opengl.c
dlls/ddraw/direct3d_opengl.c
+0
-2
executebuffer.c
dlls/ddraw/executebuffer.c
+0
-2
light.c
dlls/ddraw/light.c
+0
-2
material.c
dlls/ddraw/material.c
+0
-2
palette_hal.c
dlls/ddraw/palette_hal.c
+0
-2
palette_main.c
dlls/ddraw/palette_main.c
+0
-2
surface_dib.c
dlls/ddraw/surface_dib.c
+0
-2
surface_fakezbuffer.c
dlls/ddraw/surface_fakezbuffer.c
+0
-2
surface_gamma.c
dlls/ddraw/surface_gamma.c
+0
-2
surface_hal.c
dlls/ddraw/surface_hal.c
+0
-2
surface_main.c
dlls/ddraw/surface_main.c
+0
-2
surface_thunks.c
dlls/ddraw/surface_thunks.c
+0
-2
surface_user.c
dlls/ddraw/surface_user.c
+0
-2
texture.c
dlls/ddraw/texture.c
+0
-2
vertexbuffer.c
dlls/ddraw/vertexbuffer.c
+0
-2
viewport.c
dlls/ddraw/viewport.c
+0
-2
objbase.h
include/objbase.h
+4
-0
No files found.
dlls/d3dxof/d3dxof_private.h
View file @
76ed2835
...
@@ -24,8 +24,6 @@
...
@@ -24,8 +24,6 @@
#ifndef __D3DXOF_PRIVATE_INCLUDED__
#ifndef __D3DXOF_PRIVATE_INCLUDED__
#define __D3DXOF_PRIVATE_INCLUDED__
#define __D3DXOF_PRIVATE_INCLUDED__
#define CONST_VTABLE
#include <stdarg.h>
#include <stdarg.h>
#include "windef.h"
#include "windef.h"
...
...
dlls/ddraw/clipper.c
View file @
76ed2835
...
@@ -24,8 +24,6 @@
...
@@ -24,8 +24,6 @@
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
#define CONST_VTABLE
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
...
...
dlls/ddraw/ddraw_hal.c
View file @
76ed2835
...
@@ -23,8 +23,6 @@
...
@@ -23,8 +23,6 @@
#include <stdarg.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdlib.h>
#define CONST_VTABLE
#include "wine/debug.h"
#include "wine/debug.h"
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
...
...
dlls/ddraw/ddraw_main.c
View file @
76ed2835
...
@@ -56,8 +56,6 @@
...
@@ -56,8 +56,6 @@
#define NONAMELESSUNION
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "winerror.h"
#include "winerror.h"
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
...
...
dlls/ddraw/ddraw_thunks.c
View file @
76ed2835
...
@@ -17,8 +17,6 @@
...
@@ -17,8 +17,6 @@
*/
*/
#include <stdarg.h>
#include <stdarg.h>
#define CONST_VTABLE
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
...
...
dlls/ddraw/ddraw_user.c
View file @
76ed2835
...
@@ -26,8 +26,6 @@
...
@@ -26,8 +26,6 @@
#define NONAMELESSUNION
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
...
...
dlls/ddraw/device_opengl.c
View file @
76ed2835
...
@@ -30,8 +30,6 @@
...
@@ -30,8 +30,6 @@
#define NONAMELESSUNION
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "winerror.h"
#include "winerror.h"
...
...
dlls/ddraw/direct3d_opengl.c
View file @
76ed2835
...
@@ -31,8 +31,6 @@
...
@@ -31,8 +31,6 @@
#define NONAMELESSUNION
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
...
...
dlls/ddraw/executebuffer.c
View file @
76ed2835
...
@@ -27,8 +27,6 @@
...
@@ -27,8 +27,6 @@
#define NONAMELESSUNION
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "winerror.h"
#include "winerror.h"
...
...
dlls/ddraw/light.c
View file @
76ed2835
...
@@ -25,8 +25,6 @@
...
@@ -25,8 +25,6 @@
#define NONAMELESSUNION
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "winerror.h"
#include "winerror.h"
...
...
dlls/ddraw/material.c
View file @
76ed2835
...
@@ -25,8 +25,6 @@
...
@@ -25,8 +25,6 @@
#define NONAMELESSUNION
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "winerror.h"
#include "winerror.h"
...
...
dlls/ddraw/palette_hal.c
View file @
76ed2835
...
@@ -24,8 +24,6 @@
...
@@ -24,8 +24,6 @@
#include <assert.h>
#include <assert.h>
#include <string.h>
#include <string.h>
#define CONST_VTABLE
#include "ddraw_private.h"
#include "ddraw_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
ddraw
);
WINE_DEFAULT_DEBUG_CHANNEL
(
ddraw
);
...
...
dlls/ddraw/palette_main.c
View file @
76ed2835
...
@@ -25,8 +25,6 @@
...
@@ -25,8 +25,6 @@
#include <assert.h>
#include <assert.h>
#include <string.h>
#include <string.h>
#define CONST_VTABLE
#include "ddraw_private.h"
#include "ddraw_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
ddraw
);
WINE_DEFAULT_DEBUG_CHANNEL
(
ddraw
);
...
...
dlls/ddraw/surface_dib.c
View file @
76ed2835
...
@@ -28,8 +28,6 @@
...
@@ -28,8 +28,6 @@
#define NONAMELESSUNION
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "winerror.h"
#include "winerror.h"
#include "wine/debug.h"
#include "wine/debug.h"
#include "ddraw_private.h"
#include "ddraw_private.h"
...
...
dlls/ddraw/surface_fakezbuffer.c
View file @
76ed2835
...
@@ -31,8 +31,6 @@
...
@@ -31,8 +31,6 @@
#define NONAMELESSUNION
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
...
...
dlls/ddraw/surface_gamma.c
View file @
76ed2835
...
@@ -23,8 +23,6 @@
...
@@ -23,8 +23,6 @@
#include <assert.h>
#include <assert.h>
#include <stdlib.h>
#include <stdlib.h>
#define CONST_VTABLE
#include "wine/debug.h"
#include "wine/debug.h"
#include "ddraw_private.h"
#include "ddraw_private.h"
...
...
dlls/ddraw/surface_hal.c
View file @
76ed2835
...
@@ -25,8 +25,6 @@
...
@@ -25,8 +25,6 @@
#define NONAMELESSUNION
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "wine/debug.h"
#include "wine/debug.h"
#include "ddraw_private.h"
#include "ddraw_private.h"
...
...
dlls/ddraw/surface_main.c
View file @
76ed2835
...
@@ -24,8 +24,6 @@
...
@@ -24,8 +24,6 @@
#include <string.h>
#include <string.h>
#define COBJMACROS
#define COBJMACROS
#define CONST_VTABLE
#define NONAMELESSUNION
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
...
...
dlls/ddraw/surface_thunks.c
View file @
76ed2835
...
@@ -19,8 +19,6 @@
...
@@ -19,8 +19,6 @@
#include "config.h"
#include "config.h"
#include <stdarg.h>
#include <stdarg.h>
#define CONST_VTABLE
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
...
...
dlls/ddraw/surface_user.c
View file @
76ed2835
...
@@ -23,8 +23,6 @@
...
@@ -23,8 +23,6 @@
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
#define CONST_VTABLE
#include "winerror.h"
#include "winerror.h"
#include "wine/debug.h"
#include "wine/debug.h"
#include "ddraw_private.h"
#include "ddraw_private.h"
...
...
dlls/ddraw/texture.c
View file @
76ed2835
...
@@ -26,8 +26,6 @@
...
@@ -26,8 +26,6 @@
#define NONAMELESSUNION
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "winerror.h"
#include "winerror.h"
...
...
dlls/ddraw/vertexbuffer.c
View file @
76ed2835
...
@@ -21,8 +21,6 @@
...
@@ -21,8 +21,6 @@
#include "config.h"
#include "config.h"
#include <stdarg.h>
#include <stdarg.h>
#define CONST_VTABLE
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "winerror.h"
#include "winerror.h"
...
...
dlls/ddraw/viewport.c
View file @
76ed2835
...
@@ -25,8 +25,6 @@
...
@@ -25,8 +25,6 @@
#define NONAMELESSUNION
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "winerror.h"
#include "winerror.h"
...
...
include/objbase.h
View file @
76ed2835
...
@@ -246,6 +246,10 @@
...
@@ -246,6 +246,10 @@
#define interface struct
#define interface struct
#ifdef __WINESRC__
#define CONST_VTABLE
#endif
#ifdef CONST_VTABLE
#ifdef CONST_VTABLE
#undef CONST_VTBL
#undef CONST_VTBL
#define CONST_VTBL const
#define CONST_VTBL const
...
...
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