StdAfx.h. #1

  • //
  • guest/
  • YourUncleBob/
  • p4win/
  • main/
  • gui/
  • StdAfx.h.
  • View
  • Commits
  • Open Download .zip Download (940 B)
// stdafx.h : include file for standard system include files,
//  or project specific include files that are used frequently, but
//      are changed infrequently
//

#define	WINVER	0x501

#define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers
#define NTGUI
#include <afxwin.h>         // MFC core and standard components
#include <afxext.h>         // MFC extensions
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>			// MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT

#include <afxcview.h>
#include <afxole.h>
#include <afxtempl.h>
#include <afxdlgs.h>
#include <afx.h>

// Window messages used between modules
#define WM_STATUSADD		(WM_USER+303)
#define WM_STATUSADDARRAY	(WM_USER+304)
#define WM_STATUSCLEAR		(WM_USER+305)
#define WM_RUNUPDATE		(WM_USER+306)

#pragma warning( disable : 4100 )  // Disable warning messages re: unreferenced format parm
                                      
# Change User Description Committed
#1 19924 YourUncleBob Populate -o //guest/perforce_software/p4win/...
//guest/YourUncleBob/p4win/.....
//guest/perforce_software/p4win/main/gui/StdAfx.h
#1 16169 perforce_software Move files to follow new path scheme for branches.
//guest/perforce_software/p4win/gui/StdAfx.h
#1 8562 Matt Attaway These feet never stop running.

Initial commit of the P4Win source code.  To the best of our knowledge this
compiles and runs using the 2013.3 P4 API and VS 2010. Expect a few changes
as we refine the build process. Please post any build issues to the forums.