summaryrefslogtreecommitdiffstats
path: root/test/lilv_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lilv_test.c')
-rw-r--r--test/lilv_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lilv_test.c b/test/lilv_test.c
index ed8b862..7231c24 100644
--- a/test/lilv_test.c
+++ b/test/lilv_test.c
@@ -1482,6 +1482,8 @@ test_ui(void)
/*****************************************************************************/
+#ifndef _WIN32
+
uint32_t atom_Float = 0;
float in = 1.0;
float out = 42.0;
@@ -1570,7 +1572,6 @@ lilv_make_path(LV2_State_Make_Path_Handle handle,
return lilv_path_join(temp_dir, path);
}
-#ifndef _WIN32
static int
test_state(void)
{