Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/threads.h')
-rw-r--r--include/threads.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/threads.h b/include/threads.h
index af78924054f..e25c028904f 100644
--- a/include/threads.h
+++ b/include/threads.h
@@ -78,6 +78,9 @@ typedef struct
int process_num;
unsigned char process_type;
void *args;
+#ifdef _WINDOWS
+ ZBX_THREAD_ENTRY_POINTER(entry);
+#endif
}
zbx_thread_args_t;