This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/goldlib/smblib/genwrap.h

13 lines
185 B
C

#ifndef __genwrap_h
#define __genwrap_h
#include <gtimall.h>
#ifndef __BEOS__
#define SLEEP(a) usleep(a)
#else
#include <OS.h>
#define SLEEP(a) snooze(a)
#endif
#endif // __genwrap_h