summaryrefslogtreecommitdiff
path: root/src/vm/threads.h
diff options
context:
space:
mode:
authorMaks Naumov <maksqwe1@ukr.net>2015-02-10 09:17:57 +0200
committerMaks Naumov <maksqwe1@ukr.net>2015-02-10 09:17:57 +0200
commita1ecadbcda1e2fec1ed2994ec858b0655ce1d0b3 (patch)
tree1a16cd6fcdb5212fa65b98fc7a010b6ce83039b2 /src/vm/threads.h
parentd92129870bcdeb1ed04cb73cce14874a905848d8 (diff)
downloadcoreclr-a1ecadbcda1e2fec1ed2994ec858b0655ce1d0b3.tar.gz
coreclr-a1ecadbcda1e2fec1ed2994ec858b0655ce1d0b3.tar.bz2
coreclr-a1ecadbcda1e2fec1ed2994ec858b0655ce1d0b3.zip
AcquireNoThrow(): return type must be HRESULT
But all users of this function take result like "HRESULT".
Diffstat (limited to 'src/vm/threads.h')
-rw-r--r--src/vm/threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/threads.h b/src/vm/threads.h
index d4a41be367..355051d84f 100644
--- a/src/vm/threads.h
+++ b/src/vm/threads.h
@@ -5555,7 +5555,7 @@ public:
{
}
- BOOL AcquireNoThrow()
+ HRESULT AcquireNoThrow()
{
WRAPPER_NO_CONTRACT;