ExernUtil was broken.

This commit is contained in:
Ianos Gnatiuc
2007-01-08 14:07:01 +00:00
parent 18d26cabfc
commit 8cdbb0f937
4 changed files with 7 additions and 18 deletions

View File

@@ -21,7 +21,7 @@
#define __STACKWALKER_H__
// Only valid in the following environment: Intel platform, MS VC++ 5/6/7/7.1/8
#ifndef _X86_
#if !defined(_M_IX86)
#error Only INTEL envirnoments are supported!
#endif