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:
syntheticpp 2005-07-26 13:09:16 +00:00
parent 612aacfc22
commit 7af7ab498b
2 changed files with 3 additions and 3 deletions

View file

@ -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