mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 02:37:54 -05:00
Common: Move header guards over to pragma once
Also replaced C headers with the C++ equivalent ones
This commit is contained in:
@ -12,8 +12,7 @@
|
||||
//
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
||||
#ifndef _EXTENDEDTRACE_H_INCLUDED_
|
||||
#define _EXTENDEDTRACE_H_INCLUDED_
|
||||
#pragma once
|
||||
|
||||
#if defined(WIN32)
|
||||
|
||||
@ -49,5 +48,3 @@ extern char g_uefbuf[UEFBUFSIZE];
|
||||
#define STACKTRACE2(file, eip, esp, ebp) ((void)0)
|
||||
|
||||
#endif // WIN32
|
||||
|
||||
#endif // _EXTENDEDTRACE_H_INCLUDED_
|
||||
|
Reference in New Issue
Block a user