mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-11 04:55:34 +00:00
glib_compat: Amend header guard
This commit is contained in:
parent
a882118050
commit
2d87095858
|
@ -17,8 +17,8 @@ along with this program; if not, write to the Free Software
|
|||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __GLIB_COMPAT_H
|
||||
#define __GLIB_COMPAT_H
|
||||
#ifndef QEMU_GLIB_COMPAT_H
|
||||
#define QEMU_GLIB_COMPAT_H
|
||||
|
||||
#include "unicorn/platform.h"
|
||||
#include <stdarg.h>
|
||||
|
|
Loading…
Reference in a new issue