Przeglądaj źródła

Additional check for bool header definition

pull/305/head
Ray 7 lat temu
rodzic
commit
5370fe18e0
1 zmienionych plików z 1 dodań i 2 usunięć
  1. +1
    -2
      src/raylib.h

+ 1
- 2
src/raylib.h Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz