diff options
author | Luke Dunstan <infidel@users.sourceforge.net> | 2004-04-18 07:07:57 +0000 |
---|---|---|
committer | Luke Dunstan <infidel@users.sourceforge.net> | 2004-04-18 07:07:57 +0000 |
commit | 08ed58a0237aa6266ad332cc8168f80a495ae838 (patch) | |
tree | 5c36c0372e66bb239ce5bfcec315b9b94f0ce49f /winsup/w32api/include/objidl.h | |
parent | 4d60e6d23167f545d8245905397cf528f8f75cd1 (diff) | |
download | cygnal-08ed58a0237aa6266ad332cc8168f80a495ae838.tar.gz cygnal-08ed58a0237aa6266ad332cc8168f80a495ae838.tar.bz2 cygnal-08ed58a0237aa6266ad332cc8168f80a495ae838.zip |
Merge numerous changes from ReactOS. Submitted by Filip Navara.
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, |