xref: /reactos/sdk/lib/inflib/infcommon.h (revision 84ccccab)
1 /*
2  * PROJECT:    .inf file parser
3  * LICENSE:    GPL - See COPYING in the top level directory
4  * PROGRAMMER: Royce Mitchell III
5  *             Eric Kohl
6  *             Ge van Geldorp <gvg@reactos.org>
7  */
8 
9 #pragma once
10 
11 #define MAX_INF_STRING_LENGTH  512
12 
13 typedef void *HINF, **PHINF;
14 typedef struct _INFCONTEXT *PINFCONTEXT;
15 
16 /* EOF */
17