abc8886c71
maintainer timeout
14 lines
484 B
Plaintext
14 lines
484 B
Plaintext
$OpenBSD: patch-libjsonevt_jsonevt_h,v 1.1 2010/06/05 13:52:55 kevlo Exp $
|
|
--- libjsonevt/jsonevt.h.orig Sat Mar 13 11:33:04 2010
|
|
+++ libjsonevt/jsonevt.h Tue May 25 17:20:04 2010
|
|
@@ -74,8 +74,7 @@ JSON_DO_CPLUSPLUS_WRAP_BEGIN
|
|
#undef JSONEVT_HAVE_VARIADIC_MACROS
|
|
|
|
/* FIXME: probably should change this to ifdef HAVE_TYPE_UINT from jsonevt_config.h */
|
|
-/* #ifdef JSONEVT_ON_WINDOWS */
|
|
-#ifndef JSONEVT_DEF_HAVE_UINT
|
|
+#ifdef JSONEVT_ON_WINDOWS
|
|
typedef unsigned int uint;
|
|
#endif
|
|
|