From 2c2b7f7a0e0ba4320ee6dcea3b76d11475edf0f5 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 16 May 2024 08:41:25 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20301b3?= =?UTF-8?q?dbd1aed1fd029f977dfed898644bdb23b6a=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gwion__util_8h_source.html | 52 ++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/gwion__util_8h_source.html b/gwion__util_8h_source.html index 8fd11f3..de0be62 100644 --- a/gwion__util_8h_source.html +++ b/gwion__util_8h_source.html @@ -89,31 +89,33 @@
5#define __GWION_UTIL
6
7#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) || defined(__WIN32))
-
8#define BUILD_ON_WINDOWS
-
9#endif
-
10
-
11#include "defs.h"
-
12#include "gwion_thread.h"
-
13#include "err_msg.h"
-
14#include "xalloc.h"
-
15#include "mpool.h"
-
16#include "gwion_print.h"
-
17#include "container.h"
-
18#include "mp_vector.h"
-
19#include "threadpool.h"
-
20#include "hash.h"
-
21#include "symbol.h"
-
22#include "gwion_text.h"
-
23#include "mp_string.h"
-
24#include "carg.h"
-
25#include "prettyerr.h"
-
26
-
27#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) || defined(__WIN32))
-
28#include "windows_missing.h"
-
29#endif
-
30
-
31
-
32#endif
+
8#ifndef BUILD_ON_WINDOWS
+
9#define BUILD_ON_WINDOWS
+
10#endif
+
11#endif
+
12
+
13#include "defs.h"
+
14#include "gwion_thread.h"
+
15#include "err_msg.h"
+
16#include "xalloc.h"
+
17#include "mpool.h"
+
18#include "gwion_print.h"
+
19#include "container.h"
+
20#include "mp_vector.h"
+
21#include "threadpool.h"
+
22#include "hash.h"
+
23#include "symbol.h"
+
24#include "gwion_text.h"
+
25#include "mp_string.h"
+
26#include "carg.h"
+
27#include "prettyerr.h"
+
28
+
29#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) || defined(__WIN32))
+
30#include "windows_missing.h"
+
31#endif
+
32
+
33
+
34#endif
argument utilities
macros and meta-header for container types
base definitions