1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-21 15:01:41 +02:00

w32: Fix last commit to build on Windows.

* scd/app.c (struct mrsw_lock): Move notify_watchers out of the system
specific condition.
--

Fixes-commit: c98385d311
This commit is contained in:
Werner Koch 2024-09-20 14:05:56 +02:00
parent c98385d311
commit 03459618c5
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -58,8 +58,8 @@ struct mrsw_lock
HANDLE the_event; HANDLE the_event;
#else #else
int notify_pipe[2]; int notify_pipe[2];
int notify_watchers;
#endif #endif
int notify_watchers; /* Used only for W32 but let's define it always. */
}; };
/* MRSW lock to protect the list of cards. /* MRSW lock to protect the list of cards.