mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +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: c98385d311
This commit is contained in:
parent
c98385d311
commit
03459618c5
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user