1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01: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: c98385d311ca37e1863d0e42ebf7bbc6b68efe35
This commit is contained in:
Werner Koch 2024-09-20 14:05:56 +02:00
parent 0a94582af5
commit 6ed2857d54
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

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