diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 09:27:37 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 09:27:37 +0000 |
commit | 5e43bcf443914472db988b8e1dd84aedf70a7037 (patch) | |
tree | 12b0e36356bd3c5cd490485cde41dc2be6265da5 /plugins/HTTPServer/src/FileShareNode.cpp | |
parent | 70551c0b0af18604fbf3e934f468c5c0df7cf66f (diff) |
minus critical section
git-svn-id: http://svn.miranda-ng.org/main/trunk@13285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HTTPServer/src/FileShareNode.cpp')
-rw-r--r-- | plugins/HTTPServer/src/FileShareNode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HTTPServer/src/FileShareNode.cpp b/plugins/HTTPServer/src/FileShareNode.cpp index a5b57ecc14..5751dd60e2 100644 --- a/plugins/HTTPServer/src/FileShareNode.cpp +++ b/plugins/HTTPServer/src/FileShareNode.cpp @@ -19,7 +19,7 @@ #include "Glob.h"
CLFileShareNode * pclFirstNode = NULL;
-CRITICAL_SECTION csFileShareListAccess;
+mir_cs csFileShareListAccess;
|