Upload 2.0.2
[physicsfs] / lzma / CPP / 7zip / Compress / LZ / LZOutWindow.cpp
diff --git a/lzma/CPP/7zip/Compress/LZ/LZOutWindow.cpp b/lzma/CPP/7zip/Compress/LZ/LZOutWindow.cpp
new file mode 100644 (file)
index 0000000..9de2d06
--- /dev/null
@@ -0,0 +1,16 @@
+// LZOutWindow.cpp
+
+#include "StdAfx.h"
+
+#include "LZOutWindow.h"
+
+void CLZOutWindow::Init(bool solid)
+{
+  if(!solid)
+    COutBuffer::Init();
+  #ifdef _NO_EXCEPTIONS
+  ErrorCode = S_OK;
+  #endif
+}
+
+