mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
DECLSPEC_NOVTABLE isn't supported by gcc
svn path=/trunk/; revision=33214
This commit is contained in:
parent
b14ae65161
commit
611f8d8c45
1 changed files with 2 additions and 2 deletions
|
@ -227,8 +227,8 @@
|
|||
#define interface struct
|
||||
#define DECLARE_INTERFACE(iface) interface iface
|
||||
#define DECLARE_INTERFACE_(iface,ibase) interface iface : public ibase
|
||||
#define DECLARE_INTERFACE_IID(iface, iid) interface DECLSPEC_UUID(iid) DECLSPEC_NOVTABLE iface
|
||||
#define DECLARE_INTERFACE_IID_(iface, baseiface, iid) interface DECLSPEC_UUID(iid) DECLSPEC_NOVTABLE iface : public baseiface
|
||||
#define DECLARE_INTERFACE_IID(iface, iid) interface DECLSPEC_UUID(iid) iface
|
||||
#define DECLARE_INTERFACE_IID_(iface, baseiface, iid) interface DECLSPEC_UUID(iid) iface : public baseiface
|
||||
|
||||
#define BEGIN_INTERFACE
|
||||
#define END_INTERFACE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue