Commit 2e1cafa2 authored by Jim Aston's avatar Jim Aston Committed by Alexandre Julliard

Renamed wintypes.h to windef.h.

parent ec5b68e5
......@@ -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
......
......@@ -33,7 +33,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include "wintypes.h"
#include "windef.h"
/*
** Manifest constants.
......
......@@ -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"
......
/*
* dlls/advapi32/crypt.c
*/
#include "wintypes.h"
#include "windef.h"
#include "winerror.h"
#include "wincrypt.h"
#include "debug.h"
......
......@@ -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"
......
......@@ -4,7 +4,7 @@
*/
#include <string.h>
#include "wintypes.h"
#include "windef.h"
#include "winreg.h"
#include "winerror.h"
#include "heap.h"
......
......@@ -5,7 +5,7 @@
*/
#include <time.h>
#include "wintypes.h"
#include "windef.h"
#include "winreg.h"
#include "winerror.h"
#include "heap.h"
......
......@@ -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"
......
......@@ -6,7 +6,7 @@
#include "winerror.h"
#include "winbase.h"
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
#include "imagehlp.h"
......
......@@ -7,7 +7,7 @@
#include "imagehlp.h"
#include "winerror.h"
#include "winbase.h"
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
/**********************************************************************/
......
......@@ -4,7 +4,7 @@
* Copyright 1998 Patrik Stridvall
*/
#include "wintypes.h"
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "imagehlp.h"
......
......@@ -6,7 +6,7 @@
#include "winbase.h"
#include "winerror.h"
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
#include "imagehlp.h"
......
......@@ -6,7 +6,7 @@
#include "winbase.h"
#include "winerror.h"
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
#include "imagehlp.h"
......
......@@ -6,7 +6,7 @@
#include "winbase.h"
#include "winerror.h"
#include "wintypes.h"
#include "windef.h"
#include "debug.h"
#include "imagehlp.h"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -5,7 +5,7 @@
*/
#include "winbase.h"
#include "wintypes.h"
#include "windef.h"
#include "winerror.h"
#include "debug.h"
#include "psapi.h"
......
......@@ -4,7 +4,7 @@
* Copyright 1998 Marcus Meissner
*/
#include "wintypes.h"
#include "windef.h"
#include "ras.h"
#include "debug.h"
......
......@@ -5,7 +5,7 @@
*/
#include "winbase.h"
#include "wintypes.h"
#include "windef.h"
#include "tapi.h"
#include "debug.h"
......
......@@ -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"
......
......@@ -5,7 +5,7 @@
*/
#include "winbase.h"
#include "wintypes.h"
#include "windef.h"
#include "tapi.h"
#include "debug.h"
......
......@@ -35,7 +35,7 @@
#endif
#include "xmalloc.h"
#include "wintypes.h"
#include "windef.h"
#include "miscemu.h"
#include "selectors.h"
#include "sig_context.h"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -5,7 +5,7 @@
#include "config.h"
#include "wintypes.h"
#include "windef.h"
#include "winerror.h"
#include "wine/obj_base.h"
#include "heap.h"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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
......
......@@ -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
......
......@@ -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"
......
......@@ -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"
......
......@@ -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; }
......
......@@ -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);
......
......@@ -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"
......
......@@ -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>
......
......@@ -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))
......
......@@ -2,7 +2,7 @@
#define __WINE_CLIPBOARD_H
#include "win.h"
#include "wintypes.h"
#include "windef.h"
typedef struct tagWINE_CLIPFORMAT {
WORD wFormatID;
......
......@@ -5,7 +5,7 @@
#ifndef __WINE_COMMCTRL_H
#define __WINE_COMMCTRL_H
#include "wintypes.h"
#include "windef.h"
#include "winuser.h"
#include "imagelist.h"
......
......@@ -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
......
......@@ -7,7 +7,7 @@
#ifndef __WINE_CURSORICON_H
#define __WINE_CURSORICON_H
#include "wintypes.h"
#include "windef.h"
#pragma pack(1)
......
......@@ -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
......
......@@ -12,7 +12,7 @@
#ifdef CONFIG_IPC
#include "wintypes.h"
#include "windef.h"
#define DDE_ATOMS 157 /* a prime number for hashing */
......
......@@ -12,7 +12,7 @@
#ifdef CONFIG_IPC
#include "wintypes.h"
#include "windef.h"
#include "global.h"
#include "shm_block.h"
......
......@@ -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
......
......@@ -8,7 +8,7 @@
#ifndef __WINE__DDEML_H
#define __WINE__DDEML_H
#include "wintypes.h"
#include "windef.h"
/* Codepage Constants
*/
......
......@@ -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"
......
#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
......
......@@ -7,7 +7,7 @@
#ifndef __WINE_DESKTOP_H
#define __WINE_DESKTOP_H
#include "wintypes.h"
#include "windef.h"
struct tagMONITOR;
......
......@@ -2,7 +2,6 @@
#define _WINE_DINPUT_H
#include "windef.h" /* for MAX_PATH */
#include "wintypes.h"
#include "unknwn.h"
#include "mouse.h"
......
......@@ -7,7 +7,7 @@
#ifndef __WINE_DRIVE_H
#define __WINE_DRIVE_H
#include "wintypes.h"
#include "windef.h"
#define MAX_DOS_DRIVES 26
......
......@@ -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"
......
......@@ -7,7 +7,7 @@
#ifndef __WINE_GLOBAL_H
#define __WINE_GLOBAL_H
#include "wintypes.h"
#include "windef.h"
typedef struct
{
......
......@@ -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
......
......@@ -5,7 +5,6 @@
#ifndef __WINE_IMAGEHLP_H
#define __WINE_IMAGEHLP_H
#include "wintypes.h"
#include "windef.h"
#include "winbase.h"
......
......@@ -5,7 +5,7 @@
#ifndef __WINE_IMM_H
#define __WINE_IMM_H
#include "wintypes.h"
#include "windef.h"
#ifdef __cplusplus
extern "C" {
......
......@@ -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 */
......
......@@ -7,7 +7,7 @@
#ifndef __WINE_KEYBOARD_H
#define __WINE_KEYBOARD_H
#include "wintypes.h"
#include "windef.h"
#pragma pack(1)
typedef struct _KBINFO
......
......@@ -7,7 +7,7 @@
#ifndef __WINE_LDT_H
#define __WINE_LDT_H
#include "wintypes.h"
#include "windef.h"
enum seg_type
{
......
......@@ -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 );
......
......@@ -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 */
......
......@@ -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 */
......
#ifndef __WINE_MAPIDEFS_H
#define __WINE_MAPIDEFS_H
#include "wintypes.h"
#include "windef.h"
#ifndef _tagCY_DEFINED
#define _tagCY_DEFINED
......
......@@ -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
......
......@@ -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
......
......@@ -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 */
......
......@@ -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"
......
......@@ -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
/***********************************************************************
......
......@@ -5,7 +5,7 @@
#ifndef __WINE_MSACMDRV_H
#define __WINE_MSACMDRV_H
#include "wintypes.h"
#include "windef.h"
#include "msacm.h"
/***********************************************************************
......
......@@ -4,7 +4,7 @@
#ifndef __WINE_NEEXE_H
#define __WINE_NEEXE_H
#include "wintypes.h"
#include "windef.h"
/*
* Old MZ header for DOS programs.
......
......@@ -2,7 +2,7 @@
#define __WINE_NTDEF_H
/* fixme: include basestd.h instead */
#include "wintypes.h"
#include "windef.h"
#ifdef __cplusplus
extern "C" {
......
......@@ -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"
......
#ifndef __WINE_OLECTL_H
#define __WINE_OLECTL_H
#include "wintypes.h"
#include "windef.h"
#define WINOLECTLAPI INT WINAPI
......
......@@ -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
......
......@@ -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
......
#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
......
......@@ -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 */
......
......@@ -7,7 +7,7 @@
#ifndef __WINE_PROCESS_H
#define __WINE_PROCESS_H
#include "wintypes.h"
#include "windef.h"
#include "module.h"
struct _NE_MODULE;
......
......@@ -7,7 +7,7 @@
#ifndef __WINE_PROGRESS_H
#define __WINE_PROGRESS_H
#include "wintypes.h"
#include "windef.h"
typedef struct
{
......
......@@ -7,7 +7,7 @@
#ifndef __WINE_QUEUE_H
#define __WINE_QUEUE_H
#include "wintypes.h"
#include "windef.h"
#include "winuser.h"
#include "thread.h"
......
#ifndef __WINE_RAS_H
#define __WINE_RAS_H
#include "wintypes.h"
#include "windef.h"
#define RAS_MaxEntryName 256
......
......@@ -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"
......
......@@ -8,7 +8,7 @@
#ifndef __WINE_SCROLL_H
#define __WINE_SCROLL_H
#include "wintypes.h"
#include "windef.h"
typedef struct
{
......
......@@ -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,
......
......@@ -4,7 +4,6 @@
#ifndef __WINE_SHELL_H
#define __WINE_SHELL_H
#include "wintypes.h"
#include "windef.h"
......
#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);
......
#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"
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
#ifndef __WINE_STRESS_H
#define __WINE_STRESS_H
#include <wintypes.h>
#include "windef.h"
#ifdef __cplusplus
extern "C" {
......
......@@ -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;
......
......@@ -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
......
......@@ -7,7 +7,7 @@
#ifndef __WINE_TASK_H
#define __WINE_TASK_H
#include "wintypes.h"
#include "windef.h"
#pragma pack(1)
......
#ifndef __WINE_TCHAR_H
#define __WINE_TCHAR_H
#include "wintypes.h"
#include "windef.h"
#ifdef __cplusplus
extern "C" {
......
#ifndef __WINE_TLHELP32_H
#define __WINE_TLHELP32_H
#include "wintypes.h"
#include "windef.h"
#ifdef __cplusplus
extern "C" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment