Ignore:
Timestamp:
Dec 29, 1999, 11:44:16 AM (26 years ago)
Author:
sandervl
Message:

MMPM/2 api wrappers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/dwaveout.cpp

    r2242 r2244  
    1 /* $Id: dwaveout.cpp,v 1.11 1999-12-29 08:33:55 phaller Exp $ */
     1/* $Id: dwaveout.cpp,v 1.12 1999-12-29 10:44:16 sandervl Exp $ */
    22
    33/*
     
    2121#define  INCL_OS2MM
    2222#include <os2wrap.h>   //Odin32 OS/2 api wrappers
    23 #include <os2me.h>
     23#include <os2mewrap.h> //Odin32 OS/2 MMPM/2 api wrappers
    2424#include <stdlib.h>
    2525#include <string.h>
     
    613613
    614614#ifdef DEBUG
    615   WriteLog("WINMM:DartWaveOut not found!\n");
     615//  WriteLog("WINMM:DartWaveOut not found!\n");
    616616#endif
    617617  return(FALSE);
Note: See TracChangeset for help on using the changeset viewer.