mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
- Add a missing define -- fixes DECLARE_INTERFACE and everything related for kernel mode
svn path=/trunk/; revision=37707
This commit is contained in:
parent
1e97173782
commit
701ac31a4b
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
# define DECLARE_INTERFACE(i) interface i
|
||||
# define DECLARE_INTERFACE_(i,b) interface i : public b
|
||||
#else
|
||||
# define interface struct
|
||||
# define STDMETHOD(m) HRESULT (STDMETHODCALLTYPE *m)
|
||||
# define STDMETHOD_(t,m) t (STDMETHODCALLTYPE *m)
|
||||
# define PURE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue