Procházet zdrojové kódy

Don't include C++ headers in extern C

main
Paul Beusterien před 3 roky
rodič
revize
24bcf7f7ce
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +4
    -4
      include/leveldb/c.h

+ 4
- 4
include/leveldb/c.h Zobrazit soubor

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

Načítá se…
Zrušit
Uložit