0022972: Eliminate macro definitions that has compiler-provided analogs (WNT and...
[occt.git] / src / Aspect / Aspect_Drawable.hxx
index 1d81797..eadfb13 100644 (file)
 #ifndef _Aspect_Drawable_HeaderFile
 #define _Aspect_Drawable_HeaderFile
 
-#ifdef WNT
+#ifdef _WIN32
  typedef void*        Aspect_Drawable; /* HDC under WNT */
 #else
  typedef unsigned long Aspect_Drawable;        /* Window or Pixmap under UNIX */
-#endif /* WNT */
+#endif /* _WIN32 */
 
 #endif /* _Aspect_Drawable_HeaderFile */