Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stock FIX_GetTickCount() {
- new ret = GetTickCount();
- if (ret < 0) {
- ret += 2147483647;
- }
- return ret;
- }
- #if defined _ALS_GetTickCount
- #undef GetTickCount
- #else
- #define _ALS_GetTickCount
- #endif
- #define GetTickCount FIX_GetTickCount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement