Made the include files self-sufficient.
This commit is contained in:
parent
5b3b6d981d
commit
feb94cbbcb
|
@ -253,7 +253,7 @@ static const char * const SHELL_People[] =
|
||||||
"Nathan Zorich",
|
"Nathan Zorich",
|
||||||
"Luiz Otavio L. Zorzella",
|
"Luiz Otavio L. Zorzella",
|
||||||
"Per Ångström",
|
"Per Ångström",
|
||||||
NULL
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* __WINE_AUTHORS_H */
|
#endif /* __WINE_AUTHORS_H */
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
#ifndef __WINE_COMM_H
|
#ifndef __WINE_COMM_H
|
||||||
#define __WINE_COMM_H
|
#define __WINE_COMM_H
|
||||||
|
|
||||||
|
#include "windef.h"
|
||||||
|
|
||||||
#define MAX_PORTS 9
|
#define MAX_PORTS 9
|
||||||
|
|
||||||
struct DosDeviceStruct {
|
struct DosDeviceStruct {
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#define __WINE_DATETIME_H
|
#define __WINE_DATETIME_H
|
||||||
|
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
|
#include "winbase.h"
|
||||||
|
|
||||||
typedef struct tagDATETIME_INFO
|
typedef struct tagDATETIME_INFO
|
||||||
{
|
{
|
||||||
|
|
|
@ -8,6 +8,10 @@
|
||||||
#ifndef __WINE_MONTHCAL_H
|
#ifndef __WINE_MONTHCAL_H
|
||||||
#define __WINE_MONTHCAL_H
|
#define __WINE_MONTHCAL_H
|
||||||
|
|
||||||
|
#include "commctrl.h"
|
||||||
|
#include "windef.h"
|
||||||
|
#include "wingdi.h"
|
||||||
|
|
||||||
#define MC_SEL_LBUTUP 0 /* Left button released */
|
#define MC_SEL_LBUTUP 0 /* Left button released */
|
||||||
#define MC_SEL_LBUTDOWN 1 /* Left button pressed in calendar */
|
#define MC_SEL_LBUTDOWN 1 /* Left button pressed in calendar */
|
||||||
#define MC_PREVPRESSED 1 /* Prev month button pressed */
|
#define MC_PREVPRESSED 1 /* Prev month button pressed */
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
#define _NETSPI_H_
|
#define _NETSPI_H_
|
||||||
|
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
|
#include "winnetwk.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Note: The Unicode variants of all these routines/structures
|
* Note: The Unicode variants of all these routines/structures
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
#define __WINE_NTSECAPI_H
|
#define __WINE_NTSECAPI_H
|
||||||
|
|
||||||
#include "ntdef.h"
|
#include "ntdef.h"
|
||||||
|
#include "winnt.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -83,6 +83,8 @@ typedef struct {
|
||||||
float x, y;
|
float x, y;
|
||||||
} PAPERDIMENSION;
|
} PAPERDIMENSION;
|
||||||
|
|
||||||
|
/* Solaris kludge */
|
||||||
|
#undef PAGESIZE
|
||||||
typedef struct _tagPAGESIZE {
|
typedef struct _tagPAGESIZE {
|
||||||
char *Name;
|
char *Name;
|
||||||
char *FullName;
|
char *FullName;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#ifndef __WINE_WINE_OBJ_CONNECTION_H
|
#ifndef __WINE_WINE_OBJ_CONNECTION_H
|
||||||
#define __WINE_WINE_OBJ_CONNECTION_H
|
#define __WINE_WINE_OBJ_CONNECTION_H
|
||||||
|
|
||||||
|
#include "wine/obj_base.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
@ -7,7 +7,11 @@
|
||||||
#ifndef __WINE_WINE_OBJ_OLEUNDO_H
|
#ifndef __WINE_WINE_OBJ_OLEUNDO_H
|
||||||
#define __WINE_WINE_OBJ_OLEUNDO_H
|
#define __WINE_WINE_OBJ_OLEUNDO_H
|
||||||
|
|
||||||
|
#include "wine/obj_base.h"
|
||||||
|
#include "wine/obj_dataobject.h"
|
||||||
|
#include "wine/obj_inplace.h"
|
||||||
|
#include "wine/obj_olefont.h"
|
||||||
|
#include "wine/obj_property.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
#ifndef __WINE_WINE_OBJ_PICTURE_H
|
#ifndef __WINE_WINE_OBJ_PICTURE_H
|
||||||
#define __WINE_WINE_OBJ_PICTURE_H
|
#define __WINE_WINE_OBJ_PICTURE_H
|
||||||
|
|
||||||
|
#include "wine/obj_base.h"
|
||||||
|
#include "wine/obj_oleaut.h"
|
||||||
#include "windows.h"
|
#include "windows.h"
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,10 @@
|
||||||
#ifndef __WINE_WINE_OBJ_PROPERTY_H
|
#ifndef __WINE_WINE_OBJ_PROPERTY_H
|
||||||
#define __WINE_WINE_OBJ_PROPERTY_H
|
#define __WINE_WINE_OBJ_PROPERTY_H
|
||||||
|
|
||||||
|
|
||||||
#include "winbase.h"
|
|
||||||
#include "wine/obj_oleaut.h" /* for DISPID */
|
#include "wine/obj_oleaut.h" /* for DISPID */
|
||||||
|
#include "wine/obj_storage.h"
|
||||||
|
#include "winbase.h"
|
||||||
|
#include "winuser.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
#ifndef __WINE_WINE_OBJ_SHELLEXTINIT_H
|
#ifndef __WINE_WINE_OBJ_SHELLEXTINIT_H
|
||||||
#define __WINE_WINE_OBJ_SHELLEXTINIT_H
|
#define __WINE_WINE_OBJ_SHELLEXTINIT_H
|
||||||
|
|
||||||
|
#include "shell.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
#include "winuser.h"
|
#include "winuser.h"
|
||||||
#include "wine/obj_base.h"
|
#include "wine/obj_base.h"
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
#ifndef __WINE_WINNET16_H
|
#ifndef __WINE_WINNET16_H
|
||||||
#define __WINE_WINNET16_H
|
#define __WINE_WINNET16_H
|
||||||
|
|
||||||
|
#include "windef.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Remote printing
|
* Remote printing
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -605,12 +605,12 @@ DECL_WINELIB_TYPE_AW(LPFORM_INFO_1)
|
||||||
|
|
||||||
typedef struct _PRINTPROCESSOR_INFO_1A {
|
typedef struct _PRINTPROCESSOR_INFO_1A {
|
||||||
LPSTR pName;
|
LPSTR pName;
|
||||||
} PRINTPROCESSOR_INFO_1A, *PPRINTERPROCESSOR_INFO_1A,
|
} PRINTPROCESSOR_INFO_1A, *PPRINTPROCESSOR_INFO_1A,
|
||||||
*LPPRINTPROCESSOR_INFO_1A;
|
*LPPRINTPROCESSOR_INFO_1A;
|
||||||
|
|
||||||
typedef struct _PRINTPROCESSOR_INFO_1W {
|
typedef struct _PRINTPROCESSOR_INFO_1W {
|
||||||
LPWSTR pName;
|
LPWSTR pName;
|
||||||
} PRINTPROCESSOR_INFO_1W, *PPRINTERPROCESSOR_INFO_1W,
|
} PRINTPROCESSOR_INFO_1W, *PPRINTPROCESSOR_INFO_1W,
|
||||||
*LPPRINTPROCESSOR_INFO_1W;
|
*LPPRINTPROCESSOR_INFO_1W;
|
||||||
|
|
||||||
DECL_WINELIB_TYPE_AW(PRINTPROCESSOR_INFO_1)
|
DECL_WINELIB_TYPE_AW(PRINTPROCESSOR_INFO_1)
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
void *xmalloc( size_t size );
|
void *xmalloc( size_t size );
|
||||||
void *xcalloc( size_t size );
|
void *xcalloc( size_t size );
|
||||||
void *xrealloc( void *ptr, size_t size );
|
void *xrealloc( void *ptr, size_t size );
|
||||||
|
|
|
@ -52,7 +52,7 @@ for ($i = 0; $i <= $#authors; $i++)
|
||||||
{
|
{
|
||||||
print NEWAUTHORS_H " \"$authors[$i]\",\n";
|
print NEWAUTHORS_H " \"$authors[$i]\",\n";
|
||||||
}
|
}
|
||||||
print NEWAUTHORS_H " NULL\n};\n";
|
print NEWAUTHORS_H " 0\n};\n";
|
||||||
print NEWAUTHORS_H "\n#endif /* __WINE_AUTHORS_H */\n";
|
print NEWAUTHORS_H "\n#endif /* __WINE_AUTHORS_H */\n";
|
||||||
|
|
||||||
print "Created include/authors.h\n";
|
print "Created include/authors.h\n";
|
||||||
|
|
Loading…
Reference in New Issue