(SDK) Fix header guard for retro_inline.h

This commit is contained in:
Twinaphex 2014-10-22 01:21:51 +02:00
parent f5ebcb7a94
commit 925b1ad9b8

View File

@ -20,7 +20,7 @@
* 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
#if !defined(__cplusplus) && defined(_WIN32)