commit | 76ed2835cd503ea69a4363bd5b6ce9f9784dd3ea | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Jul 26 20:10:51 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jul 26 20:10:51 2005 +0000 |
tree | c07a727506d2e4207b80ff7bdfece0012f3d6782 | |
parent | 89cbfd8fac2f5a4706f3c797ee58d04a8975fa1d [diff] [blame] |
Make CONST_VTABLE the default in the Wine source.
diff --git a/include/objbase.h b/include/objbase.h index 6347610..fb2b99a 100644 --- a/include/objbase.h +++ b/include/objbase.h
@@ -246,6 +246,10 @@ #define interface struct +#ifdef __WINESRC__ +#define CONST_VTABLE +#endif + #ifdef CONST_VTABLE #undef CONST_VTBL #define CONST_VTBL const