Skip to content
Snippets Groups Projects
Commit 3413d164 authored by deuce's avatar deuce
Browse files

Ack! Everyone needs a YIELD()!

*blush*

Of course, Win32 could use a real yield *hint hint*
parent 0a35b9a4
No related branches found
No related tags found
No related merge requests found
......@@ -218,4 +218,8 @@ DLLEXPORT char* DLLCALL lastchar(const char* str);
}
#endif
#ifndef YIELD
#define YIELD()
#endif
#endif /* Don't add anything after this line */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment