2006-11-01 16:38:42 -05:00
|
|
|
// normally this is defined by the IDE by "Using MFC" option but if it isn't
|
|
|
|
// (e.g. because we use bakefile-generated projects), do it ourselves to ensure
|
|
|
|
// that MFC libraries are linked in
|
|
|
|
#ifndef _AFXDLL
|
|
|
|
#define _AFXDLL
|
|
|
|
#endif
|
1998-05-20 10:21:00 -04:00
|
|
|
#include <afxwin.h>
|