Changeset 1411 for trunk/src


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

compile fixes

Location:
trunk/src/dsound
Files:
2 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
  • trunk/src/dsound/makefile

    r604 r1411  
    1 # $Id: makefile,v 1.6 1999-08-21 12:29:29 sandervl Exp $
     1# $Id: makefile,v 1.7 1999-10-23 12:35:14 sandervl Exp $
    22
    33#
     
    2121TARGET = dsound
    2222
    23 OBJS =  dsound.obj os2dsound.obj initterm.obj misc.obj os2sndbuffer.obj
     23#OBJS =  dsound.obj os2dsound.obj initterm.obj misc.obj os2sndbuffer.obj
     24OBJS =  dsound.obj initterm.obj
    2425
    2526all: $(TARGET).dll $(TARGET).lib
Note: See TracChangeset for help on using the changeset viewer.