0027350: Support for Universal Windows Platform
[occt.git] / src / OSD / OSD_MemInfo.cxx
index f96df93..2d578d8 100644 (file)
@@ -57,7 +57,7 @@ void OSD_MemInfo::Update()
   {
     myCounters[anIter] = Standard_Size(-1);
   }
-
+#ifndef OCCT_UWP
 #if defined(_WIN32)
 #if (_WIN32_WINNT >= 0x0500)
   MEMORYSTATUSEX aStatEx;
@@ -167,6 +167,7 @@ void OSD_MemInfo::Update()
     myCounters[MemHeapUsage] = aStats.size_in_use;
   }
 #endif
+#endif
 }
 
 // =======================================================================