# HG changeset patch # User Matti Hamalainen # Date 1457007077 -7200 # Node ID 851468fda833cd8c132da440ed228ecfe8e6a08e # Parent 6e6c8c4fc210a20eb21a55dee900e01a1aab0cab s/_TH_TYPES_H/TH_TYPES_H/g diff -r 6e6c8c4fc210 -r 851468fda833 th_types.h --- a/th_types.h Thu Mar 03 14:08:38 2016 +0200 +++ b/th_types.h Thu Mar 03 14:11:17 2016 +0200 @@ -8,8 +8,8 @@ /* If your code uses "config.h", you need to #include * it before including this header. */ -#ifndef _TH_TYPES_H -#define _TH_TYPES_H +#ifndef TH_TYPES_H +#define TH_TYPES_H 1 // Check for standard headers #ifdef HAVE_STDINT_H @@ -164,4 +164,4 @@ # endif #endif -#endif // _TH_TYPES_H +#endif // TH_TYPES_H