Phobos dmd linux fixes
Added check that if a stdlib isn't found and the project needs it an error message is printed
This commit is contained in:
parent
4dce6b3a41
commit
51095a9d7d
3 changed files with 11 additions and 2 deletions
|
@ -1470,7 +1470,7 @@ extern (C) {
|
|||
}
|
||||
|
||||
struct _GSourceCallbackFuncs {
|
||||
void (*ref) (gpointer cb_data);
|
||||
void (*theRef) (gpointer cb_data);
|
||||
void (*unref) (gpointer cb_data);
|
||||
void (*get) (gpointer cb_data,
|
||||
GSource *source,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue