2015-12-25 18:07:33 -08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <glib.h>
|
|
|
|
#include <glib/gstdio.h>
|
|
|
|
|
2015-12-25 19:16:35 -08:00
|
|
|
#ifndef MOO_DO_NOT_MANGLE_GLIB_FUNCTIONS
|
|
|
|
|
|
|
|
#undef g_stat
|
|
|
|
#undef g_lstat
|
|
|
|
|
|
|
|
#define g_stat DO_NOT_USE_THIS_DIRECTLY_USE_MGW_WRAPPERS_INSTEAD
|
|
|
|
#define g_lstat DO_NOT_USE_THIS_DIRECTLY_USE_MGW_WRAPPERS_INSTEAD
|
|
|
|
|
|
|
|
#endif // MOO_DO_NOT_MANGLE_GLIB_FUNCTIONS
|
2015-12-25 18:07:33 -08:00
|
|
|
|
|
|
|
//#include <mooglib/moo-glib-wrappers.h>
|