]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/longlong/longlong.cpp
removed src/gtk/eggtrayicon.h
[wxWidgets.git] / tests / longlong / longlong.cpp
index e0d089eb6f808e9536f7c63718a9b30820a79839..93ef09515074c2cd48870c7161426012c132b98c 100644 (file)
@@ -31,7 +31,7 @@
 // ----------------------------------------------------------------------------
 
 // number of iterations in loops
-#define ITEMS 10000
+#define ITEMS 1000
 
 // make a 64 bit number from 4 16 bit ones
 #define MAKE_LL(x1, x2, x3, x4) wxLongLong((x1 << 16) | x2, (x3 << 16) | x3)