http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
479213c
)
Structs with ptrs are also VT_USERDEFINED.
author
Huw Davies
<huw@codeweavers.com>
Fri, 28 Jan 2005 13:59:08 +0000
(13:59 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 28 Jan 2005 13:59:08 +0000
(13:59 +0000)
tools/widl/typelib.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/widl/typelib.c
b/tools/widl/typelib.c
index 3eee24575f3f6cfe07163847370e8fbeeec3ce95..c1eace9e2a631baf3641e62ba7f030750ea924bd 100644
(file)
--- a/
tools/widl/typelib.c
+++ b/
tools/widl/typelib.c
@@
-145,6
+145,7
@@
unsigned short get_type_vt(type_t *t)
return VT_USERDEFINED;
case RPC_FC_STRUCT:
+ case RPC_FC_PSTRUCT:
return VT_USERDEFINED;
case 0:
return 0;