Преглед на файлове

Don't include C++ headers in extern C

xry
Paul Beusterien преди 3 години
родител
ревизия
24bcf7f7ce
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. +4
    -4
      include/leveldb/c.h

+ 4
- 4
include/leveldb/c.h Целия файл

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

Зареждане…
Отказ
Запис