mirror of
https://github.com/libretro/RetroArch
synced 2025-03-26 02:37:23 +00:00
(libretro-common) Updates
This commit is contained in:
parent
5296f4aebd
commit
291012d2a9
@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
License statement applies to this file (glgen.py) only.
|
License statement applies to this file (glgen.py) only.
|
||||||
"""
|
|
||||||
|
|
||||||
"""
|
|
||||||
Permission is hereby granted, free of charge,
|
Permission is hereby granted, free of charge,
|
||||||
to any person obtaining a copy of this software and associated documentation files (the "Software"),
|
to any person obtaining a copy of this software and associated documentation files (the "Software"),
|
||||||
to deal in the Software without restriction, including without limitation the rights to
|
to deal in the Software without restriction, including without limitation the rights to
|
||||||
|
@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
License statement applies to this file (glgen.py) only.
|
License statement applies to this file (glgen.py) only.
|
||||||
"""
|
|
||||||
|
|
||||||
"""
|
|
||||||
Permission is hereby granted, free of charge,
|
Permission is hereby granted, free of charge,
|
||||||
to any person obtaining a copy of this software and associated documentation files (the "Software"),
|
to any person obtaining a copy of this software and associated documentation files (the "Software"),
|
||||||
to deal in the Software without restriction, including without limitation the rights to
|
to deal in the Software without restriction, including without limitation the rights to
|
||||||
|
@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
License statement applies to this file (xglgen.py) only.
|
License statement applies to this file (xglgen.py) only.
|
||||||
"""
|
|
||||||
|
|
||||||
"""
|
|
||||||
Permission is hereby granted, free of charge,
|
Permission is hereby granted, free of charge,
|
||||||
to any person obtaining a copy of this software and associated documentation files (the "Software"),
|
to any person obtaining a copy of this software and associated documentation files (the "Software"),
|
||||||
to deal in the Software without restriction, including without limitation the rights to
|
to deal in the Software without restriction, including without limitation the rights to
|
||||||
|
@ -31,6 +31,7 @@ extern "C" {
|
|||||||
|
|
||||||
/* Pre-MSVC 2015 compilers don't implement snprintf in a cross-platform manner. */
|
/* Pre-MSVC 2015 compilers don't implement snprintf in a cross-platform manner. */
|
||||||
#if _MSC_VER < 1900
|
#if _MSC_VER < 1900
|
||||||
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#ifndef snprintf
|
#ifndef snprintf
|
||||||
#define snprintf c99_snprintf_retro__
|
#define snprintf c99_snprintf_retro__
|
||||||
@ -41,6 +42,7 @@ extern "C" {
|
|||||||
|
|
||||||
/* Pre-MSVC 2008 compilers don't implement vsnprintf in a cross-platform manner? Not sure about this one. */
|
/* Pre-MSVC 2008 compilers don't implement vsnprintf in a cross-platform manner? Not sure about this one. */
|
||||||
#if _MSC_VER < 1500
|
#if _MSC_VER < 1500
|
||||||
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#ifndef vsnprintf
|
#ifndef vsnprintf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user