home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Freeware / Programare / nullsoft / nsis20.exe / Source / 7zip / 7zGuids.cpp next >
C/C++ Source or Header  |  2004-01-30  |  232b  |  13 lines

  1. // DLLExports.cpp
  2.  
  3. // #include "StdAfx.h"
  4.  
  5. #ifndef INITGUID
  6. #define INITGUID
  7. #endif
  8. #include <objbase.h>
  9. #include <initguid.h>
  10. #include "../Platform.h"
  11. #include "7zip/ICoder.h"
  12. #include "7zip/Compress/LZ/IMatchFinder.h"
  13.