[INFLIB]
[reactos.git] / reactos / lib / inflib / infcommon.h
diff --git a/reactos/lib/inflib/infcommon.h b/reactos/lib/inflib/infcommon.h
deleted file mode 100644 (file)
index a80f202..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * 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>
- */
-
-#pragma once
-
-#define MAX_INF_STRING_LENGTH  512
-
-typedef void *HINF, **PHINF;
-typedef struct _INFCONTEXT *PINFCONTEXT;
-
-/* EOF */