Ignore:
Timestamp:
Aug 19, 1999, 8:46:54 PM (26 years ago)
Author:
phaller
Message:

Add: added ODINWRAP support for WINMM

File:
1 edited

Legend:

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

    r120 r588  
    1 /* $Id: os2timer.cpp,v 1.4 1999-06-19 10:54:48 sandervl Exp $ */
     1/* $Id: os2timer.cpp,v 1.5 1999-08-19 18:46:05 phaller Exp $ */
    22
    33/*
     
    99 *
    1010 */
     11
     12
     13/****************************************************************************
     14 * Includes                                                                 *
     15 ****************************************************************************/
     16
    1117#define INCL_DOSPROCESS
    1218#define INCL_DOSDATETIME
    1319#define INCL_DOSSEMAPHORES
    14 #include <os2wrap.h>    //Odin32 OS/2 api wrappers
     20#include <os2wrap.h>      //Odin32 OS/2 api wrappers
    1521#include <process.h>
    1622#include "win32type.h"
     
    1925#include "misc.h"
    2026
     27
    2128static void _Optlink TimerHlpHandler(void *);
     29
    2230
    2331/******************************************************************************/
     
    154162OS2Timer *OS2Timer::timers      = NULL;
    155163int       OS2Timer::timerPeriod = 0;
     164
Note: See TracChangeset for help on using the changeset viewer.