0024533: Use 0 to check null handle instead of UndefinedHandleAccess
[occt.git] / src / Standard / Standard_Macro.hxx
index b86317f..ef6ea86 100644 (file)
 //#  endif  // WNT
 # endif  // __Standard_API
 
-// Define _OCC64 variable (unless already defined) if platform is known to be 64-bit
-#ifndef _OCC64
-#if defined (__alpha) || defined(DECOSF1) || defined(_WIN64) || defined(__amd64) || defined(__x86_64)
-#define _OCC64 1
-#endif
-#endif
-
 #endif