Ignore:
Timestamp:
Oct 24, 1999, 1:01:19 AM (26 years ago)
Author:
sandervl
Message:

Fixed compilation for all files

File:
1 edited

Legend:

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

    r1411 r1421  
    1 /* $Id: DSOUND.CPP,v 1.4 1999-10-23 12:35:14 sandervl Exp $ */
     1/* $Id: DSOUND.CPP,v 1.5 1999-10-23 23:00:49 sandervl Exp $ */
    22
    33/*
     
    1010 */
    1111
    12 /*@Const************************************************************************
    13 *   Defined Constants                                                          *
    14 *******************************************************************************/
    15 #define WIN32SDK_NOPOSTWRAPPER
    16 
    1712/*@Header***********************************************************************
    1813*   Header Files                                                               *
     
    2217#include <string.h>
    2318
     19#define INITGUID
    2420#include <dsound.h>
    25 //#include "os2dsound.h"
     21#include "os2dsound.h"
    2622
    2723#include <misc.h>
     
    3329                                      IUnknown *pUnkOuter)
    3430{
    35   dprintf(("DirectSoundCreate %X %X %X\n", lpGUID, ppDS, pUnkOuter));
    36 #if 0
    3731 OS2IDirectSound *newsound = new OS2IDirectSound(lpGUID);
    3832 HRESULT         rc;
    3933
     34  dprintf(("DirectSoundCreate %X %X %X\n", lpGUID, ppDS, pUnkOuter));
    4035  if(newsound == NULL)  return(DSERR_OUTOFMEMORY);
    4136
     
    4742  else  *ppDS = (LPDIRECTSOUND)newsound;
    4843  return(rc);
    49 #else
    50   return(DSERR_NODRIVER);
    51 #endif
    5244}
    5345//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.