Windows-Server-2003/shell/osshell/accesory/mspaint/stdafx.h

22 lines
573 B
C
Raw Permalink Normal View History

2024-08-04 01:28:15 +02:00
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#include <afxcmn.h> // for tooltips
#include <afxwin.h> // MFC core and standard components
#include <objbase.h>
#include <afxext.h> // MFC extensions (including VB)
#include <afxole.h> // MFC OLE classes
#include <afxpriv.h>
#include <sti.h>
#include <wia.h>
#include <wiadevdp.h>
#include <gdiplus/gdiplus.h>
#include <UxTheme.h>
#include <TmSchema.h>
#include "bar.h"