Show mfc.h syntax highlighted
#ifndef GFXMFC_INCLUDED // -*- C++ -*-
#define GFXMFC_INCLUDED
#if !defined(__GNUC__)
# pragma once
#endif
/************************************************************************
Support code for using MFC. At the moment, this just makes sure that
we include the right headers.
$Id: mfc.h 6292 2005-07-01 20:09:07Z abmann $
************************************************************************/
#ifndef _MBCS
#define _MBCS
#endif
#ifndef _AFXDLL
#define _AFXDLL
#endif
#include <afxwin.h>
#include <afxext.h>
#include "wintools.h"
// GFXMFC_INCLUDED
#endif
See more files for this project here