fix logical error
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@175 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
612aacfc22
commit
7af7ab498b
2 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@ namespace Loki
|
|||
{ lval = val; }
|
||||
};
|
||||
|
||||
#if defined(_WINDOWS_) && defined(_WINDOWS_H) // && defined(__WIN32)
|
||||
#if defined(_WINDOWS_) || defined(_WINDOWS_H) // && defined(__WIN32)
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// class template ObjectLevelLockable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue