- Add a missing define -- fixes DECLARE_INTERFACE and everything related for kernel mode

svn path=/trunk/; revision=37707
This commit is contained in:
Stefan Ginsberg 2008-11-28 18:24:30 +00:00
parent 1e97173782
commit 701ac31a4b

View file

@ -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