Clean up GetAddrOfSecurityObjectFromCachedInfo (#9291)
authorJonghyun Park <parjong@gmail.com>
Fri, 3 Feb 2017 02:32:22 +0000 (11:32 +0900)
committerJan Kotas <jkotas@microsoft.com>
Fri, 3 Feb 2017 02:32:22 +0000 (18:32 -0800)
commit7554180ccf845804de069b2b6b3c1bab48009e26
tree669626fe674526c7a964a547ac52d928cb2cb41f
parent03a27899e86c0334e499151cf27cc6ddd3aebd4e
Clean up GetAddrOfSecurityObjectFromCachedInfo (#9291)

GetAddrOfSecurityObjectFromCachedInfo seems to be X86-specific, but has
ifdef for other architectures.

This commit declares GetAddrOfSecurityObjectFromCachedInfo only for X86
to simplify its implementation.
src/inc/eetwain.h
src/vm/eetwain.cpp