reactos/base/applications/mspaint/precomp.h
Amine Khaldi ddb3d908c9 * Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
svn path=/branches/shell-experiments/; revision=62286
2014-02-22 10:31:26 +00:00

26 lines
443 B
C

#ifndef _MSPAINT_H
#define _MSPAINT_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <wingdi.h>
#include <windowsx.h>
#include <commdlg.h>
#include <commctrl.h>
#include <tchar.h>
#include <stdlib.h>
#include <shellapi.h>
#include "definitions.h"
#include "drawing.h"
#include "dib.h"
#include "globalvar.h"
#include "history.h"
#include "mouse.h"
#include "selection.h"
#endif /* _MSPAINT_H */