ReactOS 0.4.16-dev-983-g23ad936
fileqsup.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS Setup Library
4 * FILE: base/setup/lib/fileqsup.c
5 * PURPOSE: Interfacing with Setup* API File Queue support functions
6 * PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
7 */
8
9/* INCLUDES *****************************************************************/
10
11#include "precomp.h"
12#include "fileqsup.h"
13
14#define NDEBUG
15#include <debug.h>
16
17/* GLOBALS *******************************************************************/
18
19/*
20 * These externs should be defined by the user of this library.
21 * They are kept there for reference and ease of usage.
22 */
24
25/* EOF */
#define NULL
Definition: types.h:112
SPFILE_EXPORTS SpFileExports
Definition: fileqsup.c:23