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 */ 23 SPFILE_EXPORTS SpFileExports = {NULL}; 24 25 /* EOF */ 26