Ignore:
Timestamp:
Oct 24, 1999, 12:59:40 AM (26 years ago)
Author:
sandervl
Message:

several small changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/dsound.h

    r4 r1420  
    1 /* $Id: dsound.h,v 1.1 1999-05-24 20:19:12 ktk Exp $ */
     1/* $Id: dsound.h,v 1.2 1999-10-23 22:59:39 sandervl Exp $ */
    22
    33#ifndef __WINE_DSOUND_H
     
    190190 * IDirectSound interface
    191191 */
    192 #define ICOM_INTERFACE IDirectSound
     192//#define ICOM_INTERFACE IDirectSound
     193#define ICOM_INTERFACE VOID
    193194#define IDirectSound_METHODS \
    194195    ICOM_METHOD3(HRESULT,CreateSoundBuffer,    LPDSBUFFERDESC,lpcDSBufferDesc, LPLPDIRECTSOUNDBUFFER,lplpDirectSoundBuffer, IUnknown*,pUnkOuter) \
     
    226227 * IDirectSoundBuffer interface
    227228 */
    228 #define ICOM_INTERFACE IDirectSoundBuffer
     229//#define ICOM_INTERFACE IDirectSoundBuffer
     230#define ICOM_INTERFACE VOID
    229231#define IDirectSoundBuffer_METHODS \
    230232    ICOM_METHOD1(HRESULT,GetCaps,              LPDSBCAPS,lpDSBufferCaps) \
Note: See TracChangeset for help on using the changeset viewer.