Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
2c8fd5fa
Commit
2c8fd5fa
authored
Jun 09, 2010
by
Davi Arnaut
Browse files
Options
Browse Files
Download
Plain Diff
Merge of mysql-5.0-bugteam into mysql-5.1-bugteam.
parents
59323308
b564aa92
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
extra/yassl/include/lock.hpp
extra/yassl/include/lock.hpp
+9
-1
No files found.
extra/yassl/include/lock.hpp
View file @
2c8fd5fa
...
@@ -23,13 +23,21 @@
...
@@ -23,13 +23,21 @@
#ifndef yaSSL_LOCK_HPP
#ifndef yaSSL_LOCK_HPP
#define yaSSL_LOCK_HPP
#define yaSSL_LOCK_HPP
/*
Visual Studio Source Annotations header (sourceannotations.h) fails
to compile if outside of the global namespace.
*/
#ifdef YASSL_THREAD_SAFE
#ifdef _WIN32
#include <windows.h>
#endif
#endif
namespace
yaSSL
{
namespace
yaSSL
{
#ifdef YASSL_THREAD_SAFE
#ifdef YASSL_THREAD_SAFE
#ifdef _WIN32
#ifdef _WIN32
#include <windows.h>
class
Mutex
{
class
Mutex
{
CRITICAL_SECTION
cs_
;
CRITICAL_SECTION
cs_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment