summaryrefslogtreecommitdiff
path: root/winrt/mupdfwinrt/muctx.h
diff options
context:
space:
mode:
Diffstat (limited to 'winrt/mupdfwinrt/muctx.h')
-rw-r--r--winrt/mupdfwinrt/muctx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winrt/mupdfwinrt/muctx.h b/winrt/mupdfwinrt/muctx.h
index 333a1902..15ebf5ef 100644
--- a/winrt/mupdfwinrt/muctx.h
+++ b/winrt/mupdfwinrt/muctx.h
@@ -69,7 +69,7 @@ typedef struct win_stream_struct_s
class muctx
{
private:
- CRITICAL_SECTION mu_criticalsec;
+ CRITICAL_SECTION mu_criticalsec[FZ_LOCK_MAX];
win_stream_struct win_stream;
fz_locks_context mu_locks;
fz_context *mu_ctx;