Changeset 9400 for trunk/src/oleaut32/tmarshal.c
- Timestamp:
- Nov 12, 2002, 6:07:48 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/oleaut32/tmarshal.c
r8663 r9400 41 41 #include "typelib.h" 42 42 #include "wine/debug.h" 43 #include " ntddk.h"43 #include "winternl.h" 44 44 45 45 static const WCHAR riidW[5] = {'r','i','i','d',0}; … … 367 367 368 368 /* how much space do we use on stack in DWORD steps. */ 369 staticint const369 int const 370 370 _argsize(DWORD vt) { 371 371 switch (vt) {
Note:
See TracChangeset
for help on using the changeset viewer.