WinWorkstation.st
branchjv
changeset 8016 653376a94c8f
parent 7994 42a7e4c6503d
child 8043 037bbeb448ca
child 8073 fd95fdcb8533
--- a/WinWorkstation.st	Tue Apr 04 12:20:33 2017 +0200
+++ b/WinWorkstation.st	Tue Apr 25 11:20:05 2017 +0200
@@ -6471,10 +6471,10 @@
 # define GR_USEROBJECTS_PEAK 4
 #endif
      HANDLE proc = GetCurrentProcess();
-     __ArrayInstPtr(counts)->a_element[0] = __MKSMALLINT(GetGuiResources(proc, GR_GDIOBJECTS));
-     __ArrayInstPtr(counts)->a_element[1] = __MKSMALLINT(GetGuiResources(proc, GR_GDIOBJECTS_PEAK));
-     __ArrayInstPtr(counts)->a_element[2] = __MKSMALLINT(GetGuiResources(proc, GR_USEROBJECTS));
-     __ArrayInstPtr(counts)->a_element[3] = __MKSMALLINT(GetGuiResources(proc, GR_USEROBJECTS_PEAK));
+     __ArrayInstPtr(counts)->a_element[0] = __MKSMALLINT(GetGuiResources(proc, GR_USEROBJECTS));
+     __ArrayInstPtr(counts)->a_element[1] = __MKSMALLINT(GetGuiResources(proc, GR_USEROBJECTS_PEAK));
+     __ArrayInstPtr(counts)->a_element[2] = __MKSMALLINT(GetGuiResources(proc, GR_GDIOBJECTS));
+     __ArrayInstPtr(counts)->a_element[3] = __MKSMALLINT(GetGuiResources(proc, GR_GDIOBJECTS_PEAK)); 
 %}.
      ^counts