Skip to content

Commit

Permalink
if defined
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Dec 20, 2024
1 parent c617d4e commit 9cb6159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asammdf/blocks/cutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -2236,7 +2236,7 @@ static PyObject *get_channel_raw_bytes_complete(PyObject *self, PyObject *args)
thread_info = (PtrProcessesingBlock) malloc(sizeof(ProcessesingBlock) * thread_count);

for (int i=0; i<thread_count; i++) {
#if !defined(_WIN32)
#if defined(_WIN32)
block_ready[i] = CreateEvent(
NULL, // default security attributes
true, // manual-reset event
Expand Down

0 comments on commit 9cb6159

Please sign in to comment.