Changeset 120 for trunk/src/winmm


Ignore:
Timestamp:
Jun 19, 1999, 12:54:48 PM (26 years ago)
Author:
sandervl
Message:

Include os2wrap.h instead of os2.h

Location:
trunk/src/winmm
Files:
6 edited

Legend:

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

    r95 r120  
    1 /* $Id: IRTMidi.cpp,v 1.3 1999-06-10 16:24:32 phaller Exp $ */
     1/* $Id: IRTMidi.cpp,v 1.4 1999-06-19 10:54:47 sandervl Exp $ */
    22
    33/*******************************************************************************
     
    1414*******************************************************************************/
    1515#define INCL_DOS
    16 #include <os2.h>
     16#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1717#include <win32type.h>
    1818
  • trunk/src/winmm/auxos2.cpp

    r95 r120  
    1 /* $Id: auxos2.cpp,v 1.3 1999-06-10 16:24:33 phaller Exp $ */
     1/* $Id: auxos2.cpp,v 1.4 1999-06-19 10:54:47 sandervl Exp $ */
    22
    33/*
     
    1313#define  INCL_BASE
    1414#define  INCL_OS2MM
    15 #include <os2.h>
     15#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1616#include <os2me.h>
    1717#include <string.h>
  • trunk/src/winmm/dwaveout.cpp

    r95 r120  
    1 /* $Id: dwaveout.cpp,v 1.3 1999-06-10 16:24:33 phaller Exp $ */
     1/* $Id: dwaveout.cpp,v 1.4 1999-06-19 10:54:47 sandervl Exp $ */
    22
    33/*
     
    1313#define  INCL_BASE
    1414#define  INCL_OS2MM
    15 #include <os2.h>
     15#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1616#include <os2me.h>
    1717#include <stdlib.h>
  • trunk/src/winmm/initterm.cpp

    r95 r120  
    1 /* $Id: initterm.cpp,v 1.2 1999-06-10 16:24:33 phaller Exp $ */
     1/* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:48 sandervl Exp $ */
    22
    33/*
     
    2727#define  INCL_DOSMODULEMGR
    2828#define  INCL_DOSPROCESS
    29 #include <os2.h>
     29#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    3030#include <stdlib.h>
    3131#include <stdio.h>
  • trunk/src/winmm/os2timer.cpp

    r95 r120  
    1 /* $Id: os2timer.cpp,v 1.3 1999-06-10 16:24:34 phaller Exp $ */
     1/* $Id: os2timer.cpp,v 1.4 1999-06-19 10:54:48 sandervl Exp $ */
    22
    33/*
     
    1212#define INCL_DOSDATETIME
    1313#define INCL_DOSSEMAPHORES
    14 #include <os2.h>
     14#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1515#include <process.h>
    1616#include "win32type.h"
  • trunk/src/winmm/playsound.cpp

    r95 r120  
    1 /* $Id: playsound.cpp,v 1.2 1999-06-10 16:24:34 phaller Exp $ */
     1/* $Id: playsound.cpp,v 1.3 1999-06-19 10:54:48 sandervl Exp $ */
    22
    33/*
     
    1010 *
    1111 */
    12 #include <os2.h>
     12#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1313#include "win32type.h"
    1414#include "misc.h"
Note: See TracChangeset for help on using the changeset viewer.