LZOutWindow.cpp 199 B

12345678910111213141516
  1. // LZOutWindow.cpp
  2. #include "StdAfx.h"
  3. #include "LZOutWindow.h"
  4. void CLZOutWindow::Init(bool solid)
  5. {
  6. if(!solid)
  7. COutBuffer::Init();
  8. #ifdef _NO_EXCEPTIONS
  9. ErrorCode = S_OK;
  10. #endif
  11. }