Ignore:
Timestamp:
Oct 23, 1999, 2:35:14 PM (26 years ago)
Author:
sandervl
Message:

compile fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dsound/DSOUND.CPP

    r97 r1411  
    1 /* $Id: DSOUND.CPP,v 1.3 1999-06-10 17:09:29 phaller Exp $ */
     1/* $Id: DSOUND.CPP,v 1.4 1999-10-23 12:35:14 sandervl Exp $ */
    22
    33/*
     
    2222#include <string.h>
    2323
    24 #include "no.h"
    25 #include <w_windows.h>
    2624#include <dsound.h>
    27 #include "os2dsound.h"
    28 #include <Win32SDKPostWrapper.h>
     25//#include "os2dsound.h"
    2926
    30 #include "misc.h"
     27#include <misc.h>
    3128
    3229//******************************************************************************
     
    3431HRESULT WIN32API OS2DirectSoundCreate(const GUID *lpGUID,
    3532                                      LPDIRECTSOUND * ppDS,
    36                                       IUnknown FAR *pUnkOuter)
     33                                      IUnknown *pUnkOuter)
    3734{
     35  dprintf(("DirectSoundCreate %X %X %X\n", lpGUID, ppDS, pUnkOuter));
     36#if 0
    3837 OS2IDirectSound *newsound = new OS2IDirectSound(lpGUID);
    3938 HRESULT         rc;
    4039
    41   dprintf(("DirectSoundCreate %X %X %X\n", lpGUID, ppDS, pUnkOuter));
    42 #if 0
    4340  if(newsound == NULL)  return(DSERR_OUTOFMEMORY);
    4441
Note: See TracChangeset for help on using the changeset viewer.