smpackage blargh stuff

This commit is contained in:
AJ Kelly
2011-02-25 01:59:47 -06:00
parent d3b1d7fa75
commit 2f01969781
4 changed files with 1358 additions and 705 deletions
File diff suppressed because it is too large Load Diff
+1 -11
View File
@@ -1,7 +1,7 @@
///////////////////////////////////////////////////////////////////////////////
// $Workfile: stdafx.h $
// $Archive: /ZipArchive/stdafx.h $
// $Date: 2006-01-20 13:43:41 -0600 (Fri, 20 Jan 2006) $ $Author: gmaynard $
// $Date: 2003-07-21 21:10:30 -0500 (Mon, 21 Jul 2003) $ $Author: gmaynard $
////////////////////////////////////////////////////////////////////////////////
// This source file is part of the ZipArchive library source distribution and
// is Copyright 2000-2003 by Tadeusz Dracz (http://www.artpol-software.com/)
@@ -38,20 +38,10 @@
#define ZIP_ARCHIVE_MFC
#if defined(_DEBUG)
#undef _DEBUG
#define RESTORE_DEBUG
#endif
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#include <afx.h>
#include <afxwin.h>
#if defined(RESTORE_DEBUG)
#undef RESTORE_DEBUG
#define _DEBUG
#endif
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
File diff suppressed because it is too large Load Diff
@@ -0,0 +1 @@
Windows MFC