Renamed wintypes.h to windef.h.

This commit is contained in:
Jim Aston 1999-03-14 16:35:05 +00:00 committed by Alexandre Julliard
parent ec5b68e5f0
commit 2e1cafa288
171 changed files with 655 additions and 697 deletions

View File

@ -13,7 +13,7 @@
#include <stdio.h>
#include "console.h"
#include "config.h"
#include "wintypes.h" /* FALSE */
#include "windef.h"
void TTY_Start()
{
/* This should be the root driver so we can ignore anything

View File

@ -33,7 +33,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include "wintypes.h"
#include "windef.h"
/*
** Manifest constants.

View File

@ -7,7 +7,7 @@
#include <unistd.h>
#include <string.h>
#include "wintypes.h"
#include "windef.h"
#include "winerror.h"
#include "wine/winestring.h"
#include "heap.h"

View File

@ -1,7 +1,7 @@
/*
* dlls/advapi32/crypt.c
*/
#include "wintypes.h"
#include "windef.h"
#include "winerror.h"
#include "wincrypt.h"
#include "debug.h"

View File

@ -4,7 +4,7 @@
* Copyright 1995 Sven Verdoolaege, 1998 Juergen Schmied
*/
#include "wintypes.h"
#include "windef.h"
#include "winreg.h"
#include "winerror.h"
#include "heap.h"

View File

@ -4,7 +4,7 @@
*/
#include <string.h>
#include "wintypes.h"
#include "windef.h"
#include "winreg.h"
#include "winerror.h"
#include "heap.h"

View File

@ -5,7 +5,7 @@
*/
#include <time.h>
#include "wintypes.h"
#include "windef.h"
#include "winreg.h"
#include "winerror.h"
#include "heap.h"

View File

@ -7,7 +7,7 @@
#include "winbase.h"
#include "winnt.h"
#include "winerror.h"
#include "wintypes.h"
#include "windef.h"
#include "heap.h"
#include "debug.h"
#include "imagehlp.h"

View File

@ -6,7 +6,7 @@
#include "winerror.h"
#include "winbase.h"
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
#include "imagehlp.h"

View File

@ -7,7 +7,7 @@
#include "imagehlp.h"
#include "winerror.h"
#include "winbase.h"
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
/**********************************************************************/

View File

@ -4,7 +4,7 @@
* Copyright 1998 Patrik Stridvall
*/
#include "wintypes.h"
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "imagehlp.h"

View File

@ -6,7 +6,7 @@
#include "winbase.h"
#include "winerror.h"
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
#include "imagehlp.h"

View File

@ -6,7 +6,7 @@
#include "winbase.h"
#include "winerror.h"
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
#include "imagehlp.h"

View File

@ -6,7 +6,7 @@
#include "winbase.h"
#include "winerror.h"
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
#include "imagehlp.h"

View File

@ -6,7 +6,7 @@
#include "winbase.h"
#include "winerror.h"
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
#include "driver.h"
#include "heap.h"

View File

@ -6,7 +6,7 @@
#include "winbase.h"
#include "winerror.h"
#include "wintypes.h"
#include "windef.h"
#include "winuser.h"
#include "debug.h"
#include "driver.h"

View File

@ -6,7 +6,7 @@
#include "winbase.h"
#include "winerror.h"
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
#include "mmsystem.h"
#include "msacm.h"

View File

@ -6,7 +6,7 @@
#include "winbase.h"
#include "winerror.h"
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
#include "msacm.h"
#include "msacmdrv.h"

View File

@ -6,7 +6,7 @@
#include "winbase.h"
#include "winerror.h"
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
#include "mmsystem.h"
#include "msacm.h"

View File

@ -5,7 +5,7 @@
*/
#include "winbase.h"
#include "wintypes.h"
#include "windef.h"
#include "winerror.h"
#include "debug.h"
#include "psapi.h"

View File

@ -4,7 +4,7 @@
* Copyright 1998 Marcus Meissner
*/
#include "wintypes.h"
#include "windef.h"
#include "ras.h"
#include "debug.h"

View File

@ -5,7 +5,7 @@
*/
#include "winbase.h"
#include "wintypes.h"
#include "windef.h"
#include "tapi.h"
#include "debug.h"

View File

@ -8,7 +8,7 @@
#include <stdlib.h>
#include <stdio.h>
#include "winbase.h"
#include "wintypes.h"
#include "windef.h"
#include "tapi.h"
#include "debug.h"

View File

@ -5,7 +5,7 @@
*/
#include "winbase.h"
#include "wintypes.h"
#include "windef.h"
#include "tapi.h"
#include "debug.h"

View File

@ -35,7 +35,7 @@
#endif
#include "xmalloc.h"
#include "wintypes.h"
#include "windef.h"
#include "miscemu.h"
#include "selectors.h"
#include "sig_context.h"

View File

@ -4,7 +4,7 @@
This file contains all common miscellaneous code that spans
different 'objects' */
#include "wintypes.h"
#include "windef.h"
#include "wine/obj_base.h"
#include "ddraw.h"
#include "d3d.h"

View File

@ -6,7 +6,7 @@
#include <string.h>
#include "config.h"
#include "wintypes.h"
#include "windef.h"
#include "winerror.h"
#include "wine/obj_base.h"
#include "heap.h"

View File

@ -6,7 +6,7 @@
#include <string.h>
#include "config.h"
#include "wintypes.h"
#include "windef.h"
#include "winerror.h"
#include "wine/obj_base.h"
#include "heap.h"

View File

@ -5,7 +5,7 @@
#include "config.h"
#include "wintypes.h"
#include "windef.h"
#include "winerror.h"
#include "wine/obj_base.h"
#include "heap.h"

View File

@ -4,7 +4,7 @@
This files contains the implementation of Direct3DMaterial2. */
#include "config.h"
#include "wintypes.h"
#include "windef.h"
#include "winerror.h"
#include "wine/obj_base.h"
#include "heap.h"

View File

@ -6,7 +6,7 @@
#include <string.h>
#include "config.h"
#include "wintypes.h"
#include "windef.h"
#include "winerror.h"
#include "wine/obj_base.h"
#include "heap.h"

View File

@ -4,7 +4,7 @@
This files contains the implementation of Direct3DViewport2. */
#include "config.h"
#include "wintypes.h"
#include "windef.h"
#include "winerror.h"
#include "wine/obj_base.h"
#include "heap.h"

View File

@ -4253,7 +4253,7 @@ HRESULT WINAPI DirectDrawCreate( LPGUID lpGUID, LPDIRECTDRAW *lplpDD, LPUNKNOWN
#else /* !defined(X_DISPLAY_MISSING) */
#include "wintypes.h"
#include "windef.h"
#define DD_OK 0

View File

@ -25,7 +25,7 @@
#include "heap.h"
#include "selectors.h"
#include "monitor.h"
#include "wintypes.h"
#include "windef.h"
#include "xmalloc.h"
typedef enum WING_DITHER_TYPE

View File

@ -11,7 +11,7 @@
#include "ts_xlib.h"
#include "ts_xutil.h"
#include "wintypes.h"
#include "windef.h"
#include "bitmap.h"
#include "x11drv.h"
#include "debug.h"

View File

@ -12,7 +12,7 @@
#include "ts_xlib.h"
#include <stdlib.h>
#include "wintypes.h"
#include "windef.h"
#include <math.h>
#include "dc.h"
#include "gdi.h"

View File

@ -2,7 +2,7 @@
* Dummy function definitions
*/
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
long WINAPI stub_GDI_379(HDC16 hdc) { FIXME(relay, "STARTPAGE: stub\n"); return 1; }

View File

@ -9,7 +9,7 @@
#ifndef __WINE_CACHE_H
#define __WINE_CACHE_H
#include "wintypes.h"
#include "windef.h"
HBRUSH CACHE_GetPattern55AABrush(void);
HBITMAP CACHE_GetPattern55AABitmap(void);

View File

@ -7,7 +7,7 @@
#ifndef __WINE_CALLBACK_H
#define __WINE_CALLBACK_H
#include "wintypes.h"
#include "windef.h"
#include "winnt.h"
#include "wine/winuser16.h"

View File

@ -11,7 +11,7 @@
#include <stdlib.h>
#include <unistd.h>
#include "wintypes.h"
#include "windef.h"
#ifdef HAVE_LINUX_CDROM_H
# include <linux/cdrom.h>

View File

@ -7,7 +7,7 @@
#ifndef __WINE_CLASS_H
#define __WINE_CLASS_H
#include "wintypes.h"
#include "windef.h"
#include "winproc.h"
#define CLASS_MAGIC ('C' | ('L' << 8) | ('A' << 16) | ('S' << 24))

View File

@ -2,7 +2,7 @@
#define __WINE_CLIPBOARD_H
#include "win.h"
#include "wintypes.h"
#include "windef.h"
typedef struct tagWINE_CLIPFORMAT {
WORD wFormatID;

View File

@ -5,7 +5,7 @@
#ifndef __WINE_COMMCTRL_H
#define __WINE_COMMCTRL_H
#include "wintypes.h"
#include "windef.h"
#include "winuser.h"
#include "imagelist.h"

View File

@ -9,7 +9,7 @@
extern "C" {
#endif
#include "wintypes.h" /* needed for CHOOSEFONT structure */
#include "windef.h" /* needed for CHOOSEFONT structure */
#include "winuser.h"
#define OFN_READONLY 0x00000001

View File

@ -7,7 +7,7 @@
#ifndef __WINE_CURSORICON_H
#define __WINE_CURSORICON_H
#include "wintypes.h"
#include "windef.h"
#pragma pack(1)

View File

@ -11,7 +11,7 @@
#ifndef __WINE_DDE_H
#define __WINE_DDE_H
#include "wintypes.h"
#include "windef.h"
#include "dde_proc.h"
#define WM_DDE_INITIATE 0x3E0

View File

@ -12,7 +12,7 @@
#ifdef CONFIG_IPC
#include "wintypes.h"
#include "windef.h"
#define DDE_ATOMS 157 /* a prime number for hashing */

View File

@ -12,7 +12,7 @@
#ifdef CONFIG_IPC
#include "wintypes.h"
#include "windef.h"
#include "global.h"
#include "shm_block.h"

View File

@ -13,7 +13,7 @@
#ifdef CONFIG_IPC
#include <setjmp.h>
#include "wintypes.h"
#include "windef.h"
#include "windows.h"
#define DDE_PROCS 64
#define DDE_WINDOWS 64

View File

@ -8,7 +8,7 @@
#ifndef __WINE__DDEML_H
#define __WINE__DDEML_H
#include "wintypes.h"
#include "windef.h"
/* Codepage Constants
*/

View File

@ -8,7 +8,7 @@
#define __WINE_DEBUGGER_H
#include <sys/types.h> /* u_long ... */
#include "wintypes.h"
#include "windef.h"
#include "sig_context.h"
#include "miscemu.h"

View File

@ -1,7 +1,7 @@
#ifndef __WINE_DEBUGSTR_H
#define __WINE_DEBUGSTR_H
#include "wintypes.h"
#include "windef.h"
/* These function return a printable version of a string, including
quotes. The string will be valid for some time, but not indefinitely

View File

@ -7,7 +7,7 @@
#ifndef __WINE_DESKTOP_H
#define __WINE_DESKTOP_H
#include "wintypes.h"
#include "windef.h"
struct tagMONITOR;

View File

@ -2,7 +2,6 @@
#define _WINE_DINPUT_H
#include "windef.h" /* for MAX_PATH */
#include "wintypes.h"
#include "unknwn.h"
#include "mouse.h"

View File

@ -7,7 +7,7 @@
#ifndef __WINE_DRIVE_H
#define __WINE_DRIVE_H
#include "wintypes.h"
#include "windef.h"
#define MAX_DOS_DRIVES 26

View File

@ -7,7 +7,7 @@
#ifndef __WINE_GDI_H
#define __WINE_GDI_H
#include "wintypes.h"
#include "windef.h"
#include "wingdi.h"
#include "ldt.h"
#include "local.h"

View File

@ -7,7 +7,7 @@
#ifndef __WINE_GLOBAL_H
#define __WINE_GLOBAL_H
#include "wintypes.h"
#include "windef.h"
typedef struct
{

View File

@ -7,7 +7,7 @@
#ifndef __WINE_HOOK_H
#define __WINE_HOOK_H
#include "wintypes.h"
#include "windef.h"
#define HOOK_WIN16 0x00
#define HOOK_WIN32A 0x01

View File

@ -5,7 +5,6 @@
#ifndef __WINE_IMAGEHLP_H
#define __WINE_IMAGEHLP_H
#include "wintypes.h"
#include "windef.h"
#include "winbase.h"

View File

@ -5,7 +5,7 @@
#ifndef __WINE_IMM_H
#define __WINE_IMM_H
#include "wintypes.h"
#include "windef.h"
#ifdef __cplusplus
extern "C" {

View File

@ -7,7 +7,7 @@
#ifndef __WINE_INSTANCE_H
#define __WINE_INSTANCE_H
#include "wintypes.h"
#include "windef.h"
/* This structure is always located at offset 0 of the DGROUP segment */

View File

@ -7,7 +7,7 @@
#ifndef __WINE_KEYBOARD_H
#define __WINE_KEYBOARD_H
#include "wintypes.h"
#include "windef.h"
#pragma pack(1)
typedef struct _KBINFO

View File

@ -7,7 +7,7 @@
#ifndef __WINE_LDT_H
#define __WINE_LDT_H
#include "wintypes.h"
#include "windef.h"
enum seg_type
{

View File

@ -4,7 +4,7 @@
#ifndef __WINE_LIBRES_H
#define __WINE_LIBRES_H
#include "wintypes.h"
#include "windef.h"
extern HRSRC LIBRES_FindResource( HINSTANCE hModule, LPCWSTR name, LPCWSTR type );
extern HGLOBAL LIBRES_LoadResource( HINSTANCE hModule, HRSRC hRsrc );

View File

@ -7,7 +7,7 @@
#ifndef __WINE_LOCAL_H
#define __WINE_LOCAL_H
#include "wintypes.h"
#include "windef.h"
/* These function are equivalent to the Local* API functions, */
/* excepted that they need DS as the first parameter. This */

View File

@ -7,7 +7,7 @@
#ifndef __WINE_LZEXPAND_H
#define __WINE_LZEXPAND_H
#include "wintypes.h"
#include "windef.h"
#define LZERROR_BADINHANDLE -1 /* -1 */
#define LZERROR_BADOUTHANDLE -2 /* -2 */

View File

@ -1,7 +1,7 @@
#ifndef __WINE_MAPIDEFS_H
#define __WINE_MAPIDEFS_H
#include "wintypes.h"
#include "windef.h"
#ifndef _tagCY_DEFINED
#define _tagCY_DEFINED

View File

@ -9,7 +9,7 @@
#ifndef __WINE_MDI_H
#define __WINE_MDI_H
#include "wintypes.h"
#include "windef.h"
#define MDI_MAXLISTLENGTH 0x40
#define MDI_MAXTITLELENGTH 0xA1

View File

@ -10,7 +10,7 @@
#ifndef _ACM_WAVEFILTER
#define _ACM_WAVEFILTER
#include "wintypes.h"
#include "windef.h"
#define WAVE_FILTER_UNKNOWN 0x0000
#define WAVE_FILTER_DEVELOPMENT 0xFFFF

View File

@ -8,7 +8,7 @@
#ifdef __cplusplus
extern "C" {
#endif
#include "wintypes.h"
#include "windef.h"
typedef LPSTR HPSTR; /* a huge version of LPSTR */
typedef LPCSTR HPCSTR; /* a huge version of LPCSTR */

View File

@ -7,7 +7,7 @@
#ifndef __WINE_MODULE_H
#define __WINE_MODULE_H
#include "wintypes.h"
#include "windef.h"
#include "dosexe.h"
#include "pe_image.h"

View File

@ -5,7 +5,7 @@
#ifndef __WINE_MSACM_H
#define __WINE_MSACM_H
#include "wintypes.h"
#include "windef.h"
#include "driver.h"
#include "mmsystem.h"
#include "mmreg.h"
@ -14,7 +14,7 @@
* Types
*/
/* FIXME: Move to wintypes.h */
/* FIXME: Move to windef.h */
#define DECLARE_HANDLE(a) \
typedef HANDLE16 a##16; \
typedef HANDLE a; \
@ -28,7 +28,7 @@ DECLARE_HANDLE(HACMDRIVER)
DECLARE_HANDLE(HACMSTREAM)
DECLARE_HANDLE(HACMOBJ)
/* FIXME: Remove when define moved to wintypes.h */
/* FIXME: Remove when define moved to windef.h */
#undef DECLARE_HANDLE
/***********************************************************************

View File

@ -5,7 +5,7 @@
#ifndef __WINE_MSACMDRV_H
#define __WINE_MSACMDRV_H
#include "wintypes.h"
#include "windef.h"
#include "msacm.h"
/***********************************************************************

View File

@ -4,7 +4,7 @@
#ifndef __WINE_NEEXE_H
#define __WINE_NEEXE_H
#include "wintypes.h"
#include "windef.h"
/*
* Old MZ header for DOS programs.

View File

@ -2,7 +2,7 @@
#define __WINE_NTDEF_H
/* fixme: include basestd.h instead */
#include "wintypes.h"
#include "windef.h"
#ifdef __cplusplus
extern "C" {

View File

@ -5,7 +5,7 @@
#ifndef __WINE_OLE2_H
#define __WINE_OLE2_H
#include "wintypes.h"
#include "windef.h"
#include "winerror.h"
#include "oleidl.h"
#include "oleauto.h"

View File

@ -1,7 +1,7 @@
#ifndef __WINE_OLECTL_H
#define __WINE_OLECTL_H
#include "wintypes.h"
#include "windef.h"
#define WINOLECTLAPI INT WINAPI

View File

@ -7,7 +7,7 @@
#ifndef __WINE_OPTIONS_H
#define __WINE_OPTIONS_H
#include "wintypes.h"
#include "windef.h"
/* Supported languages */
/* When adding a new language look at ole/ole2nls.c

View File

@ -7,7 +7,7 @@
#ifndef __WINE_PATH_H
#define __WINE_PATH_H
#include "wintypes.h"
#include "windef.h"
/* It should not be necessary to access the contents of the GdiPath
* structure directly; if you find that the exported functions don't

View File

@ -1,7 +1,7 @@
#ifndef __WINE_PE_IMAGE_H
#define __WINE_PE_IMAGE_H
#include "wintypes.h"
#include "windef.h"
#include "winbase.h"
#include "peexe.h"
/* modreference used for attached processes

View File

@ -4,7 +4,7 @@
#ifndef __WINE_PEEXE_H
#define __WINE_PEEXE_H
#include "wintypes.h"
#include "windef.h"
typedef struct _IMAGE_FILE_HEADER {
WORD Machine; /* 00 */

View File

@ -7,7 +7,7 @@
#ifndef __WINE_PROCESS_H
#define __WINE_PROCESS_H
#include "wintypes.h"
#include "windef.h"
#include "module.h"
struct _NE_MODULE;

View File

@ -7,7 +7,7 @@
#ifndef __WINE_PROGRESS_H
#define __WINE_PROGRESS_H
#include "wintypes.h"
#include "windef.h"
typedef struct
{

View File

@ -7,7 +7,7 @@
#ifndef __WINE_QUEUE_H
#define __WINE_QUEUE_H
#include "wintypes.h"
#include "windef.h"
#include "winuser.h"
#include "thread.h"

View File

@ -1,7 +1,7 @@
#ifndef __WINE_RAS_H
#define __WINE_RAS_H
#include "wintypes.h"
#include "windef.h"
#define RAS_MaxEntryName 256

View File

@ -7,7 +7,7 @@
#ifndef __WINE_RESOURCE_H
#define __WINE_RESOURCE_H
#include "wintypes.h"
#include "windef.h"
#ifndef __WRC_RSC_H
#include "wrc_rsc.h"

View File

@ -8,7 +8,7 @@
#ifndef __WINE_SCROLL_H
#define __WINE_SCROLL_H
#include "wintypes.h"
#include "windef.h"
typedef struct
{

View File

@ -7,7 +7,7 @@
#ifndef __WINE_SELECTORS_H
#define __WINE_SELECTORS_H
#include "wintypes.h"
#include "windef.h"
#include "ldt.h"
extern WORD SELECTOR_AllocBlock( const void *base, DWORD size,

View File

@ -4,7 +4,6 @@
#ifndef __WINE_SHELL_H
#define __WINE_SHELL_H
#include "wintypes.h"
#include "windef.h"

View File

@ -1,7 +1,7 @@
#ifndef _WINE_SHELLAPI_H
#define _WINE_SHELLAPI_H
#include "wintypes.h"
#include "windef.h"
HICON16 WINAPI ExtractIcon16(HINSTANCE16,LPCSTR,UINT16);
HICON WINAPI ExtractIconA(HINSTANCE,LPCSTR,UINT);

View File

@ -1,7 +1,7 @@
#ifndef __WINE_SHLOBJ_H
#define __WINE_SHLOBJ_H
#include "wintypes.h"
#include "windef.h"
#include "winbase.h" /* WIN32_FIND_* */
#include "wine/obj_base.h"
#include "wine/obj_shelllink.h"

View File

@ -13,7 +13,7 @@
#ifdef CONFIG_IPC
#include <sys/shm.h>
#include "wintypes.h"
#include "windef.h"
#define SEGSIZE 0x10000 /* 64 */
#define SHM_GRANULARITY SEGSIZE
#define SHM_MINBLOCK SHM_GRANULARITY

View File

@ -5,7 +5,7 @@
#ifndef __WINE_SPY_H
#define __WINE_SPY_H
#include "wintypes.h"
#include "windef.h"
#define SPY_DISPATCHMESSAGE16 0x0100
#define SPY_DISPATCHMESSAGE 0x0101

View File

@ -7,7 +7,7 @@
#ifndef __WINE_STATIC_H
#define __WINE_STATIC_H
#include "wintypes.h"
#include "windef.h"
/* Extra info for STATIC windows */
typedef struct

View File

@ -1,7 +1,7 @@
#ifndef __WINE_STRESS_H
#define __WINE_STRESS_H
#include <wintypes.h>
#include "windef.h"
#ifdef __cplusplus
extern "C" {

View File

@ -7,7 +7,7 @@
#ifndef __WINE_SYSLEVEL_H
#define __WINE_SYSLEVEL_H
#include "wintypes.h"
#include "windef.h"
#include "winbase.h"
extern WORD SYSLEVEL_Win16CurrentTeb;

View File

@ -7,7 +7,7 @@
#ifndef __WINE_SYSMETRICS_H
#define __WINE_SYSMETRICS_H
#include "wintypes.h"
#include "windef.h"
/* Constant system metrics */
#if 0
#ifdef WIN_95_LOOK

View File

@ -7,7 +7,7 @@
#ifndef __WINE_TASK_H
#define __WINE_TASK_H
#include "wintypes.h"
#include "windef.h"
#pragma pack(1)

View File

@ -1,7 +1,7 @@
#ifndef __WINE_TCHAR_H
#define __WINE_TCHAR_H
#include "wintypes.h"
#include "windef.h"
#ifdef __cplusplus
extern "C" {

View File

@ -1,7 +1,7 @@
#ifndef __WINE_TLHELP32_H
#define __WINE_TLHELP32_H
#include "wintypes.h"
#include "windef.h"
#ifdef __cplusplus
extern "C" {

Some files were not shown because too many files have changed in this diff Show More