Selaa lähdekoodia

Additional check for bool header definition

pull/305/head
Ray 7 vuotta sitten
vanhempi
commit
5370fe18e0
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. +1
    -2
      src/raylib.h

+ 1
- 2
src/raylib.h Näytä tiedosto

@ -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

Ladataan…
Peruuta
Tallenna