Ignore:
Timestamp:
Oct 22, 1999, 8:09:16 PM (26 years ago)
Author:
sandervl
Message:

Implemented correct waveOutGetNumDevs

File:
1 edited

Legend:

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

    r764 r1404  
    1 /* $Id: time.cpp,v 1.4 1999-08-31 20:25:17 phaller Exp $ */
     1/* $Id: time.cpp,v 1.5 1999-10-22 18:09:16 sandervl Exp $ */
    22
    33/*
     
    1515 * Includes                                                                 *
    1616 ****************************************************************************/
    17 
    1817#include <os2win.h>
    1918#include <odinwrap.h>
     
    221220 *****************************************************************************/
    222221
    223 ODINFUNCTION0(DWORD, timeGetTime)
     222DWORD WIN32API timeGetTime()
    224223{
    225224  return O32_timeGetTime();
Note: See TracChangeset for help on using the changeset viewer.