mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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:
parent
0a94582af5
commit
6ed2857d54
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue