Changeset 4915:3356477daf9d in roaraudio for libroar/libroar.c


Ignore:
Timestamp:
05/07/11 20:38:13 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

removed win32 hack for sleep()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/libroar.c

    r4913 r4915  
    134134 } 
    135135 
     136#ifdef ROAR_TARGET_WIN32 
     137 Sleep(1000L*(long)t); 
     138#else 
    136139 while (t) 
    137140  t = sleep(t); 
     141#endif 
    138142 
    139143 return 0; 
Note: See TracChangeset for help on using the changeset viewer.