mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-28 12:17:57 +03:00
define DEFFILEMODE when system headers don't
This commit is contained in:
parent
f2be3ef820
commit
e88709cf9d
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifndef DEFFILEMODE
|
||||
#define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
|
||||
#endif
|
||||
|
||||
GtkWidget *window;
|
||||
|
||||
// standard Gtk Application stuff, more or less
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue