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:
parent
0a94582af5
commit
6ed2857d54
@ -59,8 +59,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…
x
Reference in New Issue
Block a user