mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-03 23:21:22 +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 );
|
Map_SaveFile( name, region_active );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined ( __linux__ ) || defined ( __APPLE__ )
|
||||||
typedef struct {
|
typedef struct {
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
int status;
|
int status;
|
||||||
|
@ -1105,6 +1106,7 @@ static gboolean RunBsp_CaptureOutput(void *data) {
|
||||||
|
|
||||||
return false; // cancel the gtk_idle monitor
|
return false; // cancel the gtk_idle monitor
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void RunBsp( char *command ){
|
void RunBsp( char *command ){
|
||||||
GPtrArray *sys;
|
GPtrArray *sys;
|
||||||
|
|
Loading…
Reference in a new issue