mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
code needs fixing to compile/work on windows. put in #ifdef for now
This commit is contained in:
parent
233c1f257e
commit
fcc637e9de
1 changed files with 2 additions and 0 deletions
|
@ -1054,6 +1054,7 @@ void SaveWithRegion( char *name ){
|
|||
Map_SaveFile( name, region_active );
|
||||
}
|
||||
|
||||
#if defined ( __linux__ ) || defined ( __APPLE__ )
|
||||
typedef struct {
|
||||
pid_t pid;
|
||||
int status;
|
||||
|
@ -1105,6 +1106,7 @@ static gboolean RunBsp_CaptureOutput(void *data) {
|
|||
|
||||
return false; // cancel the gtk_idle monitor
|
||||
}
|
||||
#endif
|
||||
|
||||
void RunBsp( char *command ){
|
||||
GPtrArray *sys;
|
||||
|
|
Loading…
Reference in a new issue