Index: /trunk/src/VBox/Runtime/common/misc/zip.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/zip.cpp	(revision 19862)
+++ /trunk/src/VBox/Runtime/common/misc/zip.cpp	(revision 19863)
@@ -111,9 +111,5 @@
 {
     /** Output buffer. */
-#ifdef RTZIP_USE_LZF
-    uint8_t             abBuffer[128 * 1024];
-#else
-    uint8_t             abBuffer[64 * 1024];
-#endif
+    uint8_t             abBuffer[_128K];
     /** Compression output consumer. */
     PFNRTZIPOUT         pfnOut;
@@ -183,5 +179,5 @@
 {
     /** Input buffer. */
-    uint8_t             abBuffer[1024 * 64];
+    uint8_t             abBuffer[_128K];
     /** Decompression input producer. */
     PFNRTZIPIN          pfnIn;
