1 2 3 4 5 6 7 8
#ifndef COMPATIBILITY_H_INCLUDED #define COMPATIBILITY_H_INCLUDED #ifdef _WIN32 void sleep(int i); #endif #endif // COMPATIBILITY_H_INCLUDED