mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
7 lines
86 B
Sed
7 lines
86 B
Sed
|
/<unistd.h>/ {
|
||
|
i #ifdef _WIN32
|
||
|
i #include <io.h>
|
||
|
i #else
|
||
|
a #endif
|
||
|
}
|