added patch submitted by Guido de Jong
[reactos.git] / rosapps / taskmgr / StdAfx.h
1 /*
2 * ReactOS Task Manager
3 *
4 * stdafx.h
5 *
6 * Copyright (C) 1999 - 2001 Brian Palmer <brianp@reactos.org>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 */
22
23 // stdafx.h : include file for standard system include files,
24 // or project specific include files that are used frequently, but
25 // are changed infrequently
26 //
27
28 #if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)
29 #define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_
30
31 #if _MSC_VER > 1000
32 #pragma once
33 #endif // _MSC_VER > 1000
34
35 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
36
37 // Windows Header Files:
38 #include <windows.h>
39 #include <commctrl.h>
40 //#include <vdmdbg.h>
41
42 // C RunTime Header Files
43 #include <stdlib.h>
44 #include <malloc.h>
45 #include <memory.h>
46 #include <tchar.h>
47 #include <process.h>
48 #include <stdio.h>
49
50 // Local Header Files
51
52 // TODO: reference additional headers your program requires here
53
54 //{{AFX_INSERT_LOCATION}}
55 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
56
57 #endif // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)