(SDK) Fix header guard for retro_inline.h
This commit is contained in:
parent
f5ebcb7a94
commit
925b1ad9b8
|
@ -20,7 +20,7 @@
|
||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __LIBRETRO_SDK_INLINE_H_
|
#ifndef __LIBRETRO_SDK_INLINE_H
|
||||||
#define __LIBRETRO_SDK_INLINE_H
|
#define __LIBRETRO_SDK_INLINE_H
|
||||||
|
|
||||||
#if !defined(__cplusplus) && defined(_WIN32)
|
#if !defined(__cplusplus) && defined(_WIN32)
|
||||||
|
|
Loading…
Reference in New Issue