diff th_file.h @ 459:7fca448847a3

Oops, fix C++ guards in headers.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 17 Feb 2018 23:35:20 +0200
parents 85fa3d333556
children 77d1af382e08
line wrap: on
line diff
--- a/th_file.h	Fri Feb 16 22:21:01 2018 +0200
+++ b/th_file.h	Sat Feb 17 23:35:20 2018 +0200
@@ -10,12 +10,11 @@
 #ifndef TH_FILE_H
 #define TH_FILE_H
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #include "th_util.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 // Platform specific defines
 #if defined(TH_PLAT_WINDOWS)