diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/GenCAPI.pl | 1 | ||||
-rw-r--r-- | win32/makedef.pl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/win32/GenCAPI.pl b/win32/GenCAPI.pl index 275ed5a74b..a4e409947e 100644 --- a/win32/GenCAPI.pl +++ b/win32/GenCAPI.pl @@ -493,6 +493,7 @@ threads_mutex malloc_mutex svref_mutex sv_mutex +cred_mutex nthreads_cond eval_cond cryptseen diff --git a/win32/makedef.pl b/win32/makedef.pl index 6336c0c5bc..872c838ab0 100644 --- a/win32/makedef.pl +++ b/win32/makedef.pl @@ -219,6 +219,7 @@ PL_sv_mutex PL_strtab_mutex PL_svref_mutex PL_malloc_mutex +PL_cred_mutex PL_eval_mutex PL_eval_cond PL_eval_owner |