diff options
Diffstat (limited to 'winsup/w32api/include/objidl.h')
-rw-r--r-- | winsup/w32api/include/objidl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/objidl.h b/winsup/w32api/include/objidl.h index 5dd99fdbb..409e3ee54 100644 --- a/winsup/w32api/include/objidl.h +++ b/winsup/w32api/include/objidl.h @@ -179,7 +179,7 @@ typedef struct tagRPCOLEMESSAGE { ULONG iMethod; PVOID reserved2[5]; ULONG rpcFlags; -} RPCOLEMESSAGE; +} RPCOLEMESSAGE, *PRPCOLEMESSAGE; typedef enum tagMKSYS { MKSYS_NONE, MKSYS_GENERICCOMPOSITE, |