Make CONST_VTABLE the default in the Wine source.

oldstable
Alexandre Julliard 2005-07-26 20:10:51 +00:00
parent 89cbfd8fac
commit 76ed2835cd
24 changed files with 4 additions and 46 deletions

View File

@ -24,8 +24,6 @@
#ifndef __D3DXOF_PRIVATE_INCLUDED__
#define __D3DXOF_PRIVATE_INCLUDED__
#define CONST_VTABLE
#include <stdarg.h>
#include "windef.h"

View File

@ -24,8 +24,6 @@
#include <stdlib.h>
#include <string.h>
#define CONST_VTABLE
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -23,8 +23,6 @@
#include <stdarg.h>
#include <stdlib.h>
#define CONST_VTABLE
#include "wine/debug.h"
#include "windef.h"
#include "winbase.h"

View File

@ -56,8 +56,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "winerror.h"
#include "windef.h"
#include "winbase.h"

View File

@ -17,8 +17,6 @@
*/
#include <stdarg.h>
#define CONST_VTABLE
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -26,8 +26,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -30,8 +30,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "winbase.h"
#include "winerror.h"

View File

@ -31,8 +31,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -27,8 +27,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "winbase.h"
#include "winerror.h"

View File

@ -25,8 +25,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "winbase.h"
#include "winerror.h"

View File

@ -25,8 +25,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "winbase.h"
#include "winerror.h"

View File

@ -24,8 +24,6 @@
#include <assert.h>
#include <string.h>
#define CONST_VTABLE
#include "ddraw_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(ddraw);

View File

@ -25,8 +25,6 @@
#include <assert.h>
#include <string.h>
#define CONST_VTABLE
#include "ddraw_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(ddraw);

View File

@ -28,8 +28,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "winerror.h"
#include "wine/debug.h"
#include "ddraw_private.h"

View File

@ -31,8 +31,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -23,8 +23,6 @@
#include <assert.h>
#include <stdlib.h>
#define CONST_VTABLE
#include "wine/debug.h"
#include "ddraw_private.h"

View File

@ -25,8 +25,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "wine/debug.h"
#include "ddraw_private.h"

View File

@ -24,8 +24,6 @@
#include <string.h>
#define COBJMACROS
#define CONST_VTABLE
#define NONAMELESSUNION
#define NONAMELESSSTRUCT

View File

@ -19,8 +19,6 @@
#include "config.h"
#include <stdarg.h>
#define CONST_VTABLE
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -23,8 +23,6 @@
#include <stdlib.h>
#include <string.h>
#define CONST_VTABLE
#include "winerror.h"
#include "wine/debug.h"
#include "ddraw_private.h"

View File

@ -26,8 +26,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "winbase.h"
#include "winerror.h"

View File

@ -21,8 +21,6 @@
#include "config.h"
#include <stdarg.h>
#define CONST_VTABLE
#include "windef.h"
#include "winbase.h"
#include "winerror.h"

View File

@ -25,8 +25,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define CONST_VTABLE
#include "windef.h"
#include "winbase.h"
#include "winerror.h"

View File

@ -246,6 +246,10 @@
#define interface struct
#ifdef __WINESRC__
#define CONST_VTABLE
#endif
#ifdef CONST_VTABLE
#undef CONST_VTBL
#define CONST_VTBL const