Преглед изворни кода

Additional check for bool header definition

pull/305/head
Ray пре 7 година
родитељ
комит
5370fe18e0
1 измењених фајлова са 1 додато и 2 уклоњено
  1. +1
    -2
      src/raylib.h

+ 1
- 2
src/raylib.h Прегледај датотеку

@ -296,9 +296,8 @@
//----------------------------------------------------------------------------------
#ifndef __cplusplus
// Boolean type
#if !defined(_STDBOOL_H)
#if !defined(_STDBOOL_H) || !defined(__STDBOOL_H) // CLang uses second form
typedef enum { false, true } bool;
#define _STDBOOL_H
#endif
#endif

Loading…
Откажи
Сачувај