mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:46:13 +00:00
[CABINET]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61744
This commit is contained in:
parent
63be6007bd
commit
bca9468bea
3 changed files with 4 additions and 3 deletions
|
@ -18,10 +18,11 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#ifndef __WINE_CABINET_H
|
||||
#define __WINE_CABINET_H
|
||||
|
||||
#include <config.h>
|
||||
#include <wine/config.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
|
@ -31,9 +32,7 @@
|
|||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winnt.h>
|
||||
#include <fdi.h>
|
||||
#include <fci.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(cabinet);
|
||||
|
|
|
@ -33,6 +33,7 @@ There is still some work to be done:
|
|||
#include "cabinet.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <fci.h>
|
||||
|
||||
#ifdef HAVE_ZLIB
|
||||
# include <zlib.h>
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
*/
|
||||
|
||||
#include "cabinet.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
THOSE_ZIP_CONSTS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue