[NET][MC] Move NET USER strings from net.exe to netmsg.dll.
[reactos.git] / sdk / lib / inflib / inflib.h
1 /*
2 * PROJECT: .inf file parser
3 * LICENSE: GPL - See COPYING in the top level directory
4 * COPYRIGHT: Copyright 2005 Ge van Geldorp <gvg@reactos.org>
5 */
6
7 #ifndef _INFLIB_PCH_
8 #define _INFLIB_PCH_
9
10 #include <ctype.h>
11 #include <stddef.h>
12 #include <stdlib.h>
13
14 #include "builddep.h"
15 #include "infcommon.h"
16 #include "infpriv.h"
17
18 #endif /* _INFLIB_PCH_ */