windows: Move IStream to windows.com to fix bootstrap.

flac
Doug Coleman 2020-03-15 13:21:24 -05:00 committed by Steve Ayerhart
parent fcfb1e43f7
commit 0c7a4f2648
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
2 changed files with 1 additions and 2 deletions

View File

@ -60,6 +60,7 @@ STRUCT: STATSTG
{ grfStateBits DWORD }
{ reserved DWORD } ;
C-TYPE: IStream
COM-INTERFACE: IStorage IUnknown {0000000B-0000-0000-C000-000000000046}
HRESULT Commit ( DWORD grfCommitFlags )
HRESULT CopyTo ( DWORD ciidExclude, IID *rgiidExclude, SNB snbExclude, IStorage *pstgDest )

View File

@ -177,8 +177,6 @@ COM-INTERFACE: ID3DXBaseMesh IUnknown {7ED943DD-52E8-40b5-A8D8-76685C406330}
HRESULT GenerateAdjacency ( FLOAT Epsilon, DWORD* pAdjacency )
HRESULT UpdateSemantics ( D3DVERTEXELEMENT9* Declaration ) ;
C-TYPE: IStream
COM-INTERFACE: ID3DXMesh ID3DXBaseMesh {4020E5C2-1403-4929-883F-E2E849FAC195}
HRESULT LockAttributeBuffer ( DWORD Flags, DWORD** ppData )
HRESULT UnlockAttributeBuffer ( )