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:
flithm 2007-08-28 18:29:14 +00:00
commit 51095a9d7d
3 changed files with 11 additions and 2 deletions

View file

@ -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,