Ignore:
Timestamp:
Nov 12, 2002, 6:07:48 PM (23 years ago)
Author:
sandervl
Message:

Wine resync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/oleaut32/tmarshal.c

    r8663 r9400  
    4141#include "typelib.h"
    4242#include "wine/debug.h"
    43 #include "ntddk.h"
     43#include "winternl.h"
    4444
    4545static const WCHAR riidW[5] = {'r','i','i','d',0};
     
    367367
    368368/* how much space do we use on stack in DWORD steps. */
    369 static int const
     369int const
    370370_argsize(DWORD vt) {
    371371    switch (vt) {
Note: See TracChangeset for help on using the changeset viewer.