mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:45:42 +00:00
Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
This commit is contained in:
parent
0e213bbc00
commit
c501d8112c
18148 changed files with 0 additions and 860488 deletions
19
lib/inflib/infcommon.h
Normal file
19
lib/inflib/infcommon.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
* PROJECT: .inf file parser
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* PROGRAMMER: Royce Mitchell III
|
||||
* Eric Kohl
|
||||
* Ge van Geldorp <gvg@reactos.org>
|
||||
*/
|
||||
|
||||
#ifndef INFCOMMON_H_INCLUDED
|
||||
#define INFCOMMON_H_INCLUDED
|
||||
|
||||
#define MAX_INF_STRING_LENGTH 512
|
||||
|
||||
typedef void *HINF, **PHINF;
|
||||
typedef struct _INFCONTEXT *PINFCONTEXT;
|
||||
|
||||
#endif /* INFCOMMON_H_INCLUDED */
|
||||
|
||||
/* EOF */
|
Loading…
Add table
Add a link
Reference in a new issue