Skip to content
Snippets Groups Projects
Commit 593a3caa authored by rswindell's avatar rswindell
Browse files

Added Win32 definitions for popen and pclose (prepended underscores).

parent 66d4fea0
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,8 @@ extern "C" {
#define MAYBE_YIELD() Sleep(0)
#define SLEEP(x) Sleep(x)
#define BEEP(freq,dur) Beep(freq,dur)
#define popen _popen
#define pclose _pclose
#elif defined(__OS2__)
......
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