Explorar el Código

Don't include C++ headers in extern C

xry
Paul Beusterien hace 3 años
padre
commit
24bcf7f7ce
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. +4
    -4
      include/leveldb/c.h

+ 4
- 4
include/leveldb/c.h Ver fichero

@ -40,16 +40,16 @@
#ifndef STORAGE_LEVELDB_INCLUDE_C_H_
#define STORAGE_LEVELDB_INCLUDE_C_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include "leveldb/export.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Exported types */
typedef struct leveldb_t leveldb_t;

Cargando…
Cancelar
Guardar