Changeset 2244


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

MMPM/2 api wrappers

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/winmm/auxos2.cpp

    r1144 r2244  
    1 /* $Id: auxos2.cpp,v 1.6 1999-10-05 19:24:00 phaller Exp $ */
     1/* $Id: auxos2.cpp,v 1.7 1999-12-29 10:44:16 sandervl Exp $ */
    22
    33/*
     
    1919#define  INCL_OS2MM
    2020#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    21 #include <os2me.h>
     21#include <os2mewrap.h>  //Odin32 OS/2 MMPM/2 api wrappers
    2222#include <string.h>
    2323
  • TabularUnified 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.