Changeset 3473 for trunk/src


Ignore:
Timestamp:
May 2, 2000, 3:29:59 PM (25 years ago)
Author:
bird
Message:

Dirty odinwrap.h/QueryPerformanceCounter fix.

File:
1 edited

Legend:

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

    r2812 r3473  
    1 /* $Id: playsound.cpp,v 1.5 2000-02-17 14:09:32 sandervl Exp $ */
     1/* $Id: playsound.cpp,v 1.6 2000-05-02 13:29:59 bird Exp $ */
    22
    33/*
     
    2626#define DBG_LOCALLOG    DBG_playsound
    2727#include "dbglocal.h"
     28
     29//kso: dirty fix to make this compile! not permanent!
     30BOOL WINAPI QueryPerformanceCounter(LARGE_INTEGER *);
     31#define LowPart u.LowPart
     32
    2833
    2934ODINDEBUGCHANNEL(WINMM-PLAYSOUND)
Note: See TracChangeset for help on using the changeset viewer.