Commit 889f7424 authored by Alexandre Julliard's avatar Alexandre Julliard

Release 970415

Mon Apr 14 11:22:54 1997 John Harvey <john@division.co.uk> * [graphics/win16drv/init.c] Minor changes to help debug problems. * [if1632/dummy.c] [if1632/gdi.spec] Dummy routines for StartPage, EndPage, SetAbortProc, AbortProc. * [misc/printdrv.c] [if1632/gdi.spec] [include/windows.h] StartDoc16, EndDoc16 new functions. Sun Apr 13 11:18:35 1997 Alexandre Julliard <julliard@lrc.epfl.ch> * [memory/virtual.c] Implemented MapViewOfFile. * [debugger/dbg.y] Added 'info maps' command. Fri Apr 11 16:34:08 1997 Frans van Dorsselaer <devel@rulhmpc58.LeidenUniv.nl> * [controls/edit.c] [controls/EDIT.TODO] Started restructuring. Performance improvements. Fixed: wordwrap, scrollbar handling, scrolling, painting, EditWndProc() is now reentrant, wordbreak procs, better compliance to specs. New: margins, format rectangle. * [controls/widgets.c] Changed the cursor for the edit control class to an I-beam. * [include/callback.h] Added 32 bit wordbreak callback. Mon Apr 7 20:53:28 1997 Albrecht Kleine <kleine@ak.sax.de> * [objects/metafile.c] Added handling of some more metafile records: META_CREATEREGION, META_INVERTREGION etc. Sat Apr 5 09:23:02 MET DST 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be> * [loader/signal.c] Define kernel sigaction ourselves instead of getting it from the kernel source. Wed Apr 2 21:05:00 1997 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de> * [control/menu.c] Fix return value range for GetMenuState. * [files/file.c] Always fill out ofs->szPathName in FILE_DoOpenFile. * [memory/string.c] Add debug option string. * [objects/cursoricon.c] Fix return value for DestroyIcon32. Mon Mar 31 17:16:12 1997 Alex Korobka <alex@trantor.pharm.sunysb.edu> * [DEVELOPERS-HINTS] [misc/*] [windows/*] [graphics/*] Added description of the source tree. Moved several files to fit it. * [misc/shell.c] Use Win32 heap functions.
parent df2673b7
This is release 970329 of Wine, the MS Windows emulator. This is still a This is release 970415 of Wine, the MS Windows emulator. This is still a
developer's only release. There are many bugs and many unimplemented API developer's only release. There are many bugs and many unimplemented API
features. Most applications still do not work correctly. features. Most applications still do not work correctly.
Patches should be submitted to "julliard@lrc.epfl.ch". Please don't Patches should be submitted to "julliard@lrc.epfl.ch". Please don't
forget to include a ChangeLog entry. forget to include a ChangeLog entry.
WHAT'S NEW with Wine-970329: (see ChangeLog for details) WHAT'S NEW with Wine-970415: (see ChangeLog for details)
- Win32 event/mutex/semaphore functions. - Edit control improvements.
- Rewritten combobox. - Some files moved around.
- Portuguese language support.
- Lots of bug fixes. - Lots of bug fixes.
See the README file in the distribution for installation instructions. See the README file in the distribution for installation instructions.
...@@ -17,11 +16,11 @@ Because of lags created by using mirror, this message may reach you before ...@@ -17,11 +16,11 @@ Because of lags created by using mirror, this message may reach you before
the release is available at the ftp sites. The sources will be available the release is available at the ftp sites. The sources will be available
from the following locations: from the following locations:
ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/development/Wine-970329.tar.gz ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/development/Wine-970415.tar.gz
ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/Wine-970329.tar.gz ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/Wine-970415.tar.gz
ftp://ftp.infomagic.com/pub/mirrors/linux/wine/development/Wine-970329.tar.gz ftp://ftp.infomagic.com/pub/mirrors/linux/wine/development/Wine-970415.tar.gz
ftp://aris.com/pub/linux/ALPHA/Wine/development/Wine-970329.tar.gz ftp://aris.com/pub/linux/ALPHA/Wine/development/Wine-970415.tar.gz
ftp://ftp.progsoc.uts.edu.au/pub/Wine/development/Wine-970329.tar.gz ftp://ftp.progsoc.uts.edu.au/pub/Wine/development/Wine-970415.tar.gz
It should also be available from any site that mirrors tsx-11 or sunsite. It should also be available from any site that mirrors tsx-11 or sunsite.
......
---------------------------------------------------------------------- ----------------------------------------------------------------------
Mon Apr 14 11:22:54 1997 John Harvey <john@division.co.uk>
* [graphics/win16drv/init.c]
Minor changes to help debug problems.
* [if1632/dummy.c] [if1632/gdi.spec]
Dummy routines for StartPage, EndPage, SetAbortProc, AbortProc.
* [misc/printdrv.c] [if1632/gdi.spec] [include/windows.h]
StartDoc16, EndDoc16 new functions.
Sun Apr 13 11:18:35 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
* [memory/virtual.c]
Implemented MapViewOfFile.
* [debugger/dbg.y]
Added 'info maps' command.
Fri Apr 11 16:34:08 1997 Frans van Dorsselaer <devel@rulhmpc58.LeidenUniv.nl>
* [controls/edit.c] [controls/EDIT.TODO]
Started restructuring. Performance improvements.
Fixed: wordwrap, scrollbar handling, scrolling, painting,
EditWndProc() is now reentrant, wordbreak procs,
better compliance to specs.
New: margins, format rectangle.
* [controls/widgets.c]
Changed the cursor for the edit control class to an I-beam.
* [include/callback.h]
Added 32 bit wordbreak callback.
Mon Apr 7 20:53:28 1997 Albrecht Kleine <kleine@ak.sax.de>
* [objects/metafile.c]
Added handling of some more metafile records:
META_CREATEREGION, META_INVERTREGION etc.
Sat Apr 5 09:23:02 MET DST 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
* [loader/signal.c]
Define kernel sigaction ourselves instead of getting it
from the kernel source.
Wed Apr 2 21:05:00 1997 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
* [control/menu.c]
Fix return value range for GetMenuState.
* [files/file.c]
Always fill out ofs->szPathName in FILE_DoOpenFile.
* [memory/string.c]
Add debug option string.
* [objects/cursoricon.c]
Fix return value for DestroyIcon32.
Mon Mar 31 17:16:12 1997 Alex Korobka <alex@trantor.pharm.sunysb.edu>
* [DEVELOPERS-HINTS] [misc/*] [windows/*] [graphics/*]
Added description of the source tree. Moved several
files to fit it.
* [misc/shell.c]
Use Win32 heap functions.
----------------------------------------------------------------------
Fri Mar 28 14:18:32 1997 Alexandre Julliard <julliard@lrc.epfl.ch> Fri Mar 28 14:18:32 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
* [misc/main.c] [ANNOUNCE] * [misc/main.c] [ANNOUNCE]
......
This is intended to be a document to help new developers get started. This is intended to be a document to help new developers get started.
Existing developers should feel free to add their comments. Existing developers should feel free to add their comments.
SOURCE TREE STRUCTURE
=====================
Source tree is loosely based on the original Windows modules. Most
directories are shared between the binary emulator and the library.
Shared directories:
-------------------
KERNEL:
files/ - file I/O
loader/ - Win16-, Win32-binary loader
memory/ - memory management
msdos/ - DOS and BIOS emulation
scheduler/ - process and thread management
GDI:
graphics/ - graphics drivers
graphics/x11drv/ - X11 display driver
graphics/metafiledrv/ - metafile driver
objects/ - logical objects
USER:
controls/ - built-in widgets
resources/ - built-in dialog resources
windows/ - window management
Miscellaneous:
misc/ - shell, registry, winsock, etc...
multimedia/ - multimedia driver
ipc/ - SysV IPC management
win32/ - misc Win32 functions
Tools:
rc/ - resource compiler
tools/ - relay code builder + misc tools
documentation/ - some documentation
Emulator-specific directories:
------------------------------
debugger/ - built-in debugger
if1632/ - relay code
miscemu/ - hardware instruction emulation
graphics/win16drv/ - Win16 printer driver
Winelib-specific directories:
-----------------------------
library/ - Winelib-specific routines (should disappear)
programs/ - utilities (Progman, WinHelp)
libtest/ - Winelib test samples
MEMORY AND SEGMENTS MEMORY AND SEGMENTS
=================== ===================
......
/*
* Outdated !!!
*
* The edit control is under reconstruction
* New documentation will be provided when I'm done
*
* Please contact me before you send in bug fixes, as the code
* might have changed already. However, keep reporting those
* bugs ... I might not know about them, yet.
*
* Frans van Dorsselaer
* dorssel@MolPhys.LeidenUniv.nl
*/
This file gives some information about the code in edit.c. If you want to This file gives some information about the code in edit.c. If you want to
change, add, or fix code, please read this text. If you're not interested change, add, or fix code, please read this text. If you're not interested
in doing actual work on edit.c only C & D will be of interest to you. in doing actual work on edit.c only C & D will be of interest to you.
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -1517,7 +1517,7 @@ static LRESULT LISTBOX_Directory( WND *wnd, LB_DESCR *descr, UINT32 attrib, ...@@ -1517,7 +1517,7 @@ static LRESULT LISTBOX_Directory( WND *wnd, LB_DESCR *descr, UINT32 attrib,
FindClose32( handle ); FindClose32( handle );
} }
if ((ret == LB_OKAY) && (attrib & DDL_DRIVES)) if ((ret >= 0) && (attrib & DDL_DRIVES))
{ {
char buffer[] = "[-a-]"; char buffer[] = "[-a-]";
int drive; int drive;
......
...@@ -2325,7 +2325,9 @@ UINT32 GetMenuState32( HMENU32 hMenu, UINT32 wItemID, UINT32 wFlags ) ...@@ -2325,7 +2325,9 @@ UINT32 GetMenuState32( HMENU32 hMenu, UINT32 wItemID, UINT32 wFlags )
if (!menu) return -1; if (!menu) return -1;
else return (menu->nItems << 8) | (menu->wFlags & 0xff); else return (menu->nItems << 8) | (menu->wFlags & 0xff);
} }
else return item->item_flags; else
/* Non POPUP Menus only return flags in the lower byte */
return (item->item_flags & 0x00ff);
} }
......
...@@ -61,31 +61,31 @@ static WNDCLASS32A WIDGETS_BuiltinClasses32[BIC32_NB_CLASSES] = ...@@ -61,31 +61,31 @@ static WNDCLASS32A WIDGETS_BuiltinClasses32[BIC32_NB_CLASSES] =
{ {
/* BIC32_BUTTON */ /* BIC32_BUTTON */
{ CS_GLOBALCLASS | CS_DBLCLKS | CS_VREDRAW | CS_HREDRAW | CS_PARENTDC, { CS_GLOBALCLASS | CS_DBLCLKS | CS_VREDRAW | CS_HREDRAW | CS_PARENTDC,
ButtonWndProc, 0, sizeof(BUTTONINFO), 0, 0, 0, 0, 0, "Button" }, ButtonWndProc, 0, sizeof(BUTTONINFO), 0, 0, IDC_ARROW, 0, 0, "Button" },
/* BIC32_EDIT */ /* BIC32_EDIT */
{ CS_GLOBALCLASS | CS_DBLCLKS /*| CS_PARENTDC*/, { CS_GLOBALCLASS | CS_DBLCLKS /*| CS_PARENTDC*/,
EditWndProc, 0, sizeof(void *), 0, 0, 0, 0, 0, "Edit" }, EditWndProc, 0, sizeof(void *), 0, 0, IDC_IBEAM, 0, 0, "Edit" },
/* BIC32_LISTBOX */ /* BIC32_LISTBOX */
{ CS_GLOBALCLASS | CS_DBLCLKS /*| CS_PARENTDC*/, { CS_GLOBALCLASS | CS_DBLCLKS /*| CS_PARENTDC*/,
ListBoxWndProc, 0, sizeof(void *), 0, 0, 0, 0, 0, "ListBox" }, ListBoxWndProc, 0, sizeof(void *), 0, 0, IDC_ARROW, 0, 0, "ListBox" },
/* BIC32_COMBO */ /* BIC32_COMBO */
{ CS_GLOBALCLASS | CS_PARENTDC | CS_DBLCLKS, { CS_GLOBALCLASS | CS_PARENTDC | CS_DBLCLKS,
ComboWndProc, 0, sizeof(void *), 0, 0, 0, 0, 0, "ComboBox" }, ComboWndProc, 0, sizeof(void *), 0, 0, IDC_ARROW, 0, 0, "ComboBox" },
/* BIC32_COMBOLB */ /* BIC32_COMBOLB */
{ CS_GLOBALCLASS | CS_DBLCLKS | CS_SAVEBITS, { CS_GLOBALCLASS | CS_DBLCLKS | CS_SAVEBITS,
ComboLBWndProc, 0, sizeof(void *), 0, 0, 0, 0, 0, "ComboLBox" }, ComboLBWndProc, 0, sizeof(void *), 0, 0, IDC_ARROW, 0, 0, "ComboLBox" },
/* BIC32_POPUPMENU */ /* BIC32_POPUPMENU */
{ CS_GLOBALCLASS | CS_SAVEBITS, PopupMenuWndProc, { CS_GLOBALCLASS | CS_SAVEBITS, PopupMenuWndProc,
0, sizeof(HMENU32), 0, 0, 0, 0, 0, POPUPMENU_CLASS_NAME }, 0, sizeof(HMENU32), 0, 0, IDC_ARROW, 0, 0, POPUPMENU_CLASS_NAME },
/* BIC32_SCROLL */ /* BIC32_SCROLL */
{ CS_GLOBALCLASS | CS_DBLCLKS | CS_VREDRAW | CS_HREDRAW | CS_PARENTDC, { CS_GLOBALCLASS | CS_DBLCLKS | CS_VREDRAW | CS_HREDRAW | CS_PARENTDC,
ScrollBarWndProc, 0, sizeof(SCROLLBAR_INFO), 0, 0, 0, 0, 0, "ScrollBar"}, ScrollBarWndProc, 0, sizeof(SCROLLBAR_INFO), 0, 0, IDC_ARROW, 0, 0, "ScrollBar"},
/* BIC32_DESKTOP */ /* BIC32_DESKTOP */
{ CS_GLOBALCLASS, DesktopWndProc, 0, sizeof(DESKTOPINFO), { CS_GLOBALCLASS, DesktopWndProc, 0, sizeof(DESKTOPINFO),
0, 0, 0, 0, 0, DESKTOP_CLASS_NAME }, 0, 0, IDC_ARROW, 0, 0, DESKTOP_CLASS_NAME },
/* BIC32_DIALOG */ /* BIC32_DIALOG */
{ CS_GLOBALCLASS | CS_SAVEBITS, DefDlgProc32A, 0, DLGWINDOWEXTRA, { CS_GLOBALCLASS | CS_SAVEBITS, DefDlgProc32A, 0, DLGWINDOWEXTRA,
0, 0, 0, 0, 0, DIALOG_CLASS_NAME } 0, 0, IDC_ARROW, 0, 0, DIALOG_CLASS_NAME }
}; };
static ATOM bicAtomTable[BIC32_NB_CLASSES]; static ATOM bicAtomTable[BIC32_NB_CLASSES];
...@@ -142,7 +142,7 @@ BOOL32 WIDGETS_Init(void) ...@@ -142,7 +142,7 @@ BOOL32 WIDGETS_Init(void)
/* Just to make sure the string is > 0x10000 */ /* Just to make sure the string is > 0x10000 */
strcpy( name, (char *)class32->lpszClassName ); strcpy( name, (char *)class32->lpszClassName );
class32->lpszClassName = name; class32->lpszClassName = name;
class32->hCursor = LoadCursor16( 0, IDC_ARROW ); class32->hCursor = LoadCursor16( 0, class32->hCursor );
if (!(bicAtomTable[i] = RegisterClass32A( class32 ))) return FALSE; if (!(bicAtomTable[i] = RegisterClass32A( class32 ))) return FALSE;
} }
......
...@@ -32,6 +32,8 @@ void flush_symbols(void); ...@@ -32,6 +32,8 @@ void flush_symbols(void);
int yylex(void); int yylex(void);
int yyerror(char *); int yyerror(char *);
extern void VIRTUAL_Dump(void); /* memory/virtual.c */
%} %}
%union %union
...@@ -47,7 +49,7 @@ int yyerror(char *); ...@@ -47,7 +49,7 @@ int yyerror(char *);
%token tCONT tSTEP tLIST tNEXT tQUIT tHELP tBACKTRACE tINFO tWALK tUP tDOWN %token tCONT tSTEP tLIST tNEXT tQUIT tHELP tBACKTRACE tINFO tWALK tUP tDOWN
%token tENABLE tDISABLE tBREAK tDELETE tSET tMODE tPRINT tEXAM tABORT %token tENABLE tDISABLE tBREAK tDELETE tSET tMODE tPRINT tEXAM tABORT
%token tCLASS tMODULE tSTACK tSEGMENTS tREGS tWND tQUEUE tLOCAL %token tCLASS tMAPS tMODULE tSTACK tSEGMENTS tREGS tWND tQUEUE tLOCAL
%token tEOL tSTRING %token tEOL tSTRING
%token tFRAME tSHARE tCOND tDISPLAY tUNDISPLAY tDISASSEMBLE %token tFRAME tSHARE tCOND tDISPLAY tUNDISPLAY tDISASSEMBLE
%token tSTEPI tNEXTI tFINISH tSHOW tDIR %token tSTEPI tNEXTI tFINISH tSHOW tDIR
...@@ -259,6 +261,7 @@ info_command: ...@@ -259,6 +261,7 @@ info_command:
DEBUG_FreeExprMem(); } DEBUG_FreeExprMem(); }
| tINFO tSEGMENTS tEOL { LDT_Print( 0, -1 ); } | tINFO tSEGMENTS tEOL { LDT_Print( 0, -1 ); }
| tINFO tSTACK tEOL { DEBUG_InfoStack(); } | tINFO tSTACK tEOL { DEBUG_InfoStack(); }
| tINFO tMAPS tEOL { VIRTUAL_Dump(); }
| tINFO tWND expr_value tEOL { WIN_DumpWindow( $3 ); | tINFO tWND expr_value tEOL { WIN_DumpWindow( $3 );
DEBUG_FreeExprMem(); } DEBUG_FreeExprMem(); }
| tINFO tLOCAL tEOL { DEBUG_InfoLocals(); } | tINFO tLOCAL tEOL { DEBUG_InfoLocals(); }
......
...@@ -140,7 +140,7 @@ $gs { yylval.reg = REG_GS; return tREG; } ...@@ -140,7 +140,7 @@ $gs { yylval.reg = REG_GS; return tREG; }
<INITIAL>mode { BEGIN(NOCMD); return tMODE; } <INITIAL>mode { BEGIN(NOCMD); return tMODE; }
<INITIAL>show|sho|sh { BEGIN(SHOW_CMD); return tSHOW; } <INITIAL>show|sho|sh { BEGIN(SHOW_CMD); return tSHOW; }
<INFO_CMD,INITIAL>break|brea|bre|br|b { BEGIN(PATH_EXPECTED); return tBREAK; } <INITIAL,INFO_CMD,DEL_CMD>break|brea|bre|br|b { BEGIN(PATH_EXPECTED); return tBREAK; }
<INFO_CMD>share|shar|sha { return tSHARE; } <INFO_CMD>share|shar|sha { return tSHARE; }
<INFO_CMD>locals|local|loca|loc { return tLOCAL; } <INFO_CMD>locals|local|loca|loc { return tLOCAL; }
...@@ -150,6 +150,7 @@ $gs { yylval.reg = REG_GS; return tREG; } ...@@ -150,6 +150,7 @@ $gs { yylval.reg = REG_GS; return tREG; }
<INFO_CMD>registers|regs|reg|re { return tREGS; } <INFO_CMD>registers|regs|reg|re { return tREGS; }
<INFO_CMD>segments|segment|segm|seg|se { return tSEGMENTS; } <INFO_CMD>segments|segment|segm|seg|se { return tSEGMENTS; }
<INFO_CMD>stack|stac|sta|st { return tSTACK; } <INFO_CMD>stack|stac|sta|st { return tSTACK; }
<INFO_CMD>maps|map { return tMAPS; }
<INFO_CMD,WALK_CMD>window|windo|wind|win|wnd { return tWND; } <INFO_CMD,WALK_CMD>window|windo|wind|win|wnd { return tWND; }
<HELP_CMD>info|inf|in { return tINFO; } <HELP_CMD>info|inf|in { return tINFO; }
......
...@@ -175,6 +175,7 @@ void DEBUG_HelpInfo(void) ...@@ -175,6 +175,7 @@ void DEBUG_HelpInfo(void)
" info break Dumps information about breakpoints", " info break Dumps information about breakpoints",
" info display Shows auto-display expressions in use", " info display Shows auto-display expressions in use",
" info locals Displays values of all local vars for current frame", " info locals Displays values of all local vars for current frame",
" info maps Dumps all virtual memory mappings",
" info module Displays information about all modules", " info module Displays information about all modules",
" info queue <handle> Dumps queue information", " info queue <handle> Dumps queue information",
" info reg Displays values in all registers at top of stack", " info reg Displays values in all registers at top of stack",
......
...@@ -608,12 +608,16 @@ static HFILE32 FILE_DoOpenFile( LPCSTR name, OFSTRUCT *ofs, UINT32 mode, ...@@ -608,12 +608,16 @@ static HFILE32 FILE_DoOpenFile( LPCSTR name, OFSTRUCT *ofs, UINT32 mode,
if (mode & OF_REOPEN) name = ofs->szPathName; if (mode & OF_REOPEN) name = ofs->szPathName;
dprintf_file( stddeb, "OpenFile: %s %04x\n", name, mode ); dprintf_file( stddeb, "OpenFile: %s %04x\n", name, mode );
/* the watcom 10.6 IDE relies on a valid path returned in ofs->szPathName
Are there any cases where getting the path here is wrong?
Uwe Bonnes 1997 Apr 2 */
if (!GetFullPathName32A( name, sizeof(ofs->szPathName),
ofs->szPathName, NULL )) goto error;
/* OF_PARSE simply fills the structure */ /* OF_PARSE simply fills the structure */
if (mode & OF_PARSE) if (mode & OF_PARSE)
{ {
if (!GetFullPathName32A( name, sizeof(ofs->szPathName),
ofs->szPathName, NULL )) goto error;
ofs->fFixedDisk = (GetDriveType16( ofs->szPathName[0]-'A' ) ofs->fFixedDisk = (GetDriveType16( ofs->szPathName[0]-'A' )
!= DRIVE_REMOVABLE); != DRIVE_REMOVABLE);
dprintf_file( stddeb, "OpenFile(%s): OF_PARSE, res = '%s'\n", dprintf_file( stddeb, "OpenFile(%s): OF_PARSE, res = '%s'\n",
...@@ -628,8 +632,6 @@ static HFILE32 FILE_DoOpenFile( LPCSTR name, OFSTRUCT *ofs, UINT32 mode, ...@@ -628,8 +632,6 @@ static HFILE32 FILE_DoOpenFile( LPCSTR name, OFSTRUCT *ofs, UINT32 mode,
{ {
if ((hFileRet = FILE_Create(name,0666,FALSE))== INVALID_HANDLE_VALUE32) if ((hFileRet = FILE_Create(name,0666,FALSE))== INVALID_HANDLE_VALUE32)
goto error; goto error;
GetFullPathName32A( name, sizeof(ofs->szPathName),
ofs->szPathName, NULL );
goto success; goto success;
} }
...@@ -704,7 +706,8 @@ not_found: /* We get here if the file does not exist */ ...@@ -704,7 +706,8 @@ not_found: /* We get here if the file does not exist */
error: /* We get here if there was an error opening the file */ error: /* We get here if there was an error opening the file */
ofs->nErrCode = DOS_ExtendedError; ofs->nErrCode = DOS_ExtendedError;
dprintf_file( stddeb, "OpenFile(%s): return = HFILE_ERROR\n", name ); dprintf_file( stddeb, "OpenFile(%s): return = HFILE_ERROR error= %d\n",
name,ofs->nErrCode );
return HFILE_ERROR32; return HFILE_ERROR32;
} }
......
...@@ -8,7 +8,10 @@ MODULE = graphics ...@@ -8,7 +8,10 @@ MODULE = graphics
C_SRCS = \ C_SRCS = \
bitblt.c \ bitblt.c \
driver.c \ driver.c \
escape.c \
fontengine.c \
mapping.c \ mapping.c \
painting.c \
wing.c wing.c
all: $(MODULE).o all: $(MODULE).o
......
...@@ -23,6 +23,7 @@ static const DC_FUNCTIONS MFDRV_Funcs = ...@@ -23,6 +23,7 @@ static const DC_FUNCTIONS MFDRV_Funcs =
MFDRV_DeleteDC, /* pDeleteDC */ MFDRV_DeleteDC, /* pDeleteDC */
NULL, /* pDeleteObject */ NULL, /* pDeleteObject */
MFDRV_Ellipse, /* pEllipse */ MFDRV_Ellipse, /* pEllipse */
NULL, /* pEnumDeviceFonts */
NULL, /* pEscape */ NULL, /* pEscape */
NULL, /* pExcludeClipRect */ NULL, /* pExcludeClipRect */
NULL, /* pExcludeVisRect */ NULL, /* pExcludeVisRect */
......
...@@ -23,7 +23,16 @@ ...@@ -23,7 +23,16 @@
#include "debug.h" #include "debug.h"
#define SUPPORT_REALIZED_FONTS 1 #define SUPPORT_REALIZED_FONTS 1
#pragma pack(1)
typedef struct
{
SHORT nSize;
LPVOID lpindata;
LPVOID lpFont;
LPVOID lpXForm;
LPVOID lpDrawMode;
} EXTTEXTDATA, *LPEXTTEXTDATA;
#pragma pack(4)
#if 0 #if 0
static BOOL16 windrvExtTextOut16( DC *dc, INT16 x, INT16 y, UINT16 flags, const RECT16 * lprect, static BOOL16 windrvExtTextOut16( DC *dc, INT16 x, INT16 y, UINT16 flags, const RECT16 * lprect,
...@@ -45,6 +54,7 @@ static const DC_FUNCTIONS WIN16DRV_Funcs = ...@@ -45,6 +54,7 @@ static const DC_FUNCTIONS WIN16DRV_Funcs =
NULL, /* pDeleteDC */ NULL, /* pDeleteDC */
NULL, /* pDeleteObject */ NULL, /* pDeleteObject */
NULL, /* pEllipse */ NULL, /* pEllipse */
NULL, /* pEnumDeviceFonts */
WIN16DRV_Escape, /* pEscape */ WIN16DRV_Escape, /* pEscape */
NULL, /* pExcludeClipRect */ NULL, /* pExcludeClipRect */
NULL, /* pExcludeVisRect */ NULL, /* pExcludeVisRect */
...@@ -382,7 +392,18 @@ static INT32 WIN16DRV_Escape( DC *dc, INT32 nEscape, INT32 cbInput, ...@@ -382,7 +392,18 @@ static INT32 WIN16DRV_Escape( DC *dc, INT32 nEscape, INT32 cbInput,
case 0x9: case 0x9:
printf("Escape: SetAbortProc ignored\n"); printf("Escape: SetAbortProc ignored\n");
break; break;
case 0x100:
{
LPEXTTEXTDATA textData = PTR_SEG_TO_LIN(lpInData);
printf("Got in data 0x%x textData 0x%x\n",lpInData, textData);
printf("size %d in 0x%x:0x%x font 0x%x:0x%x xform 0x%x:0x%x drawm 0x%x:0x%x\n",
textData->nSize,
textData->lpindata,PTR_SEG_TO_LIN(textData->lpindata),
textData->lpFont,PTR_SEG_TO_LIN(textData->lpFont),
textData->lpXForm,PTR_SEG_TO_LIN(textData->lpXForm),
textData->lpDrawMode,PTR_SEG_TO_LIN(textData->lpDrawMode));
}
break;
default: default:
nRet = PRTDRV_Control(physDev->segptrPDEVICE, nEscape, nRet = PRTDRV_Control(physDev->segptrPDEVICE, nEscape,
lpInData, lpOutData); lpInData, lpOutData);
......
...@@ -23,6 +23,7 @@ static const DC_FUNCTIONS X11DRV_Funcs = ...@@ -23,6 +23,7 @@ static const DC_FUNCTIONS X11DRV_Funcs =
X11DRV_DeleteDC, /* pDeleteDC */ X11DRV_DeleteDC, /* pDeleteDC */
NULL, /* pDeleteObject */ NULL, /* pDeleteObject */
X11DRV_Ellipse, /* pEllipse */ X11DRV_Ellipse, /* pEllipse */
NULL, /* pEnumDeviceFonts */
NULL, /* pEscape */ NULL, /* pEscape */
NULL, /* pExcludeClipRect */ NULL, /* pExcludeClipRect */
NULL, /* pExcludeVisRect */ NULL, /* pExcludeVisRect */
......
#include <stdio.h> #include <stdio.h>
long stub_GDI_379(void) { fprintf(stderr, "Warning: GDI_379:STARTPAGE unimplemented stub\n"); return 1; }
long stub_GDI_380(void) { fprintf(stderr, "Warning: GDI_380:ENDPAGE unimplemented stub\n"); return 1; }
long stub_GDI_381(void) { fprintf(stderr, "Warning: GDI_381:SETABORTPROC unimplemented stub\n"); return 1; }
long stub_GDI_382(void) { fprintf(stderr, "Warning: GDI_382:ABORTPROC unimplemented stub\n"); return 1; }
long stub_GDI_530(void) { fprintf(stderr, "Warning: GDI_530: unimplemented stub\n"); return 0; } long stub_GDI_530(void) { fprintf(stderr, "Warning: GDI_530: unimplemented stub\n"); return 0; }
long stub_GDI_531(void) { fprintf(stderr, "Warning: GDI_531: unimplemented stub\n"); return 0; } long stub_GDI_531(void) { fprintf(stderr, "Warning: GDI_531: unimplemented stub\n"); return 0; }
long stub_GDI_532(void) { fprintf(stderr, "Warning: GDI_532: unimplemented stub\n"); return 0; } long stub_GDI_532(void) { fprintf(stderr, "Warning: GDI_532: unimplemented stub\n"); return 0; }
......
...@@ -255,12 +255,12 @@ heap 65488 # 65536 - 16 (instance data) - 32 (stock objects) ...@@ -255,12 +255,12 @@ heap 65488 # 65536 - 16 (instance data) - 32 (stock objects)
374 pascal16 GetSystemPaletteUse(word) GetSystemPaletteUse16 374 pascal16 GetSystemPaletteUse(word) GetSystemPaletteUse16
375 pascal16 GetSystemPaletteEntries(word word word ptr) GetSystemPaletteEntries16 375 pascal16 GetSystemPaletteEntries(word word word ptr) GetSystemPaletteEntries16
376 pascal16 ResetDC(word ptr) ResetDC16 376 pascal16 ResetDC(word ptr) ResetDC16
377 stub STARTDOC 377 pascal16 StartDoc(word ptr) StartDoc16
378 stub ENDDOC 378 pascal16 EndDoc(word) EndDoc16
379 stub STARTPAGE 379 pascal16 StartPage() stub_GDI_379
380 stub ENDPAGE 380 pascal16 EndPage() stub_GDI_380
381 stub SETABORTPROC 381 pascal16 SetAbortProc() stub_GDI_381
382 stub ABORTDOC 382 pascal16 AbortDoc() stub_GDI_382
400 pascal16 FastWindowFrame(word ptr s_word s_word long) FastWindowFrame 400 pascal16 FastWindowFrame(word ptr s_word s_word long) FastWindowFrame
401 stub GDIMOVEBITMAP 401 stub GDIMOVEBITMAP
403 stub GDIINIT2 403 stub GDIINIT2
......
...@@ -222,7 +222,7 @@ base 1 ...@@ -222,7 +222,7 @@ base 1
0217 stdcall GetFileAttributesA(ptr) GetFileAttributes32A 0217 stdcall GetFileAttributesA(ptr) GetFileAttributes32A
0218 stdcall GetFileAttributesW(ptr) GetFileAttributes32W 0218 stdcall GetFileAttributesW(ptr) GetFileAttributes32W
0219 stdcall GetFileInformationByHandle(long ptr) GetFileInformationByHandle 0219 stdcall GetFileInformationByHandle(long ptr) GetFileInformationByHandle
0220 stdcall GetFileSize(long ptr ptr) GetFileSize 0220 stdcall GetFileSize(long ptr) GetFileSize
0221 stdcall GetFileTime(long ptr ptr ptr) GetFileTime 0221 stdcall GetFileTime(long ptr ptr ptr) GetFileTime
0222 stdcall GetFileType(long) GetFileType 0222 stdcall GetFileType(long) GetFileType
0223 stdcall GetFullPathNameA(ptr long ptr ptr) GetFullPathName32A 0223 stdcall GetFullPathNameA(ptr long ptr ptr) GetFullPathName32A
......
...@@ -29,8 +29,8 @@ type win16 ...@@ -29,8 +29,8 @@ type win16
#101 8 010e FINDEXEDLGPROC exported, shared data #101 8 010e FINDEXEDLGPROC exported, shared data
#101 DLLENTRYPOINT #win95 SHELL.DLL #101 DLLENTRYPOINT #win95 SHELL.DLL
102 pascal16 RegisterShellHook(ptr) RegisterShellHook 102 pascal16 RegisterShellHook(word word) RegisterShellHook
103 pascal16 ShellHookProc() ShellHookProc 103 pascal ShellHookProc(word word long) ShellHookProc
# 157 RESTARTDIALOG # 157 RESTARTDIALOG
# 166 PICKICONDLG # 166 PICKICONDLG
......
...@@ -42,7 +42,7 @@ extern GC BITMAP_monoGC, BITMAP_colorGC; ...@@ -42,7 +42,7 @@ extern GC BITMAP_monoGC, BITMAP_colorGC;
#define XCREATEIMAGE(image,width,height,bpp) \ #define XCREATEIMAGE(image,width,height,bpp) \
{ \ { \
int width_bytes = DIB_GetImageWidthBytes( (width), (bpp) ); \ int width_bytes = DIB_GetImageWidthBytesX11( (width), (bpp) ); \
(image) = XCreateImage(display, DefaultVisualOfScreen(screen), \ (image) = XCreateImage(display, DefaultVisualOfScreen(screen), \
(bpp), ZPixmap, 0, xmalloc( (height)*width_bytes ),\ (bpp), ZPixmap, 0, xmalloc( (height)*width_bytes ),\
(width), (height), 32, width_bytes ); \ (width), (height), 32, width_bytes ); \
...@@ -56,6 +56,7 @@ extern BOOL32 BITMAP_DeleteObject( HBITMAP16 hbitmap, BITMAPOBJ * bitmap ); ...@@ -56,6 +56,7 @@ extern BOOL32 BITMAP_DeleteObject( HBITMAP16 hbitmap, BITMAPOBJ * bitmap );
/* objects/dib.c */ /* objects/dib.c */
extern int DIB_GetImageWidthBytes( int width, int depth ); extern int DIB_GetImageWidthBytes( int width, int depth );
extern int DIB_GetImageWidthBytesX11( int width, int depth );
extern int DIB_BitmapInfoSize( BITMAPINFO * info, WORD coloruse ); extern int DIB_BitmapInfoSize( BITMAPINFO * info, WORD coloruse );
/* objects/oembitmap.c */ /* objects/oembitmap.c */
......
...@@ -56,7 +56,7 @@ extern LONG CallTo16_long_lwwllwlllllw( FARPROC16, LONG, WORD, WORD, LONG, ...@@ -56,7 +56,7 @@ extern LONG CallTo16_long_lwwllwlllllw( FARPROC16, LONG, WORD, WORD, LONG,
CallTo16_word_w( func, nExitType ) CallTo16_word_w( func, nExitType )
#define CallWndProc16( func, hwnd, msg, wParam, lParam ) \ #define CallWndProc16( func, hwnd, msg, wParam, lParam ) \
CallTo16_long_wwwl( (FARPROC16)(func), hwnd, msg, wParam, lParam ) CallTo16_long_wwwl( (FARPROC16)(func), hwnd, msg, wParam, lParam )
#define CallWordBreakProc( func, lpch, ichCurrent, cch, code ) \ #define CallWordBreakProc16( func, lpch, ichCurrent, cch, code ) \
CallTo16_word_lwww( func, lpch, ichCurrent, cch, code ) CallTo16_word_lwww( func, lpch, ichCurrent, cch, code )
#define CallWndProcNCCREATE16( func, exStyle, clsName, winName, style, \ #define CallWndProcNCCREATE16( func, exStyle, clsName, winName, style, \
x, y, cx, cy, hparent, hmenu, instance, \ x, y, cx, cy, hparent, hmenu, instance, \
...@@ -83,6 +83,8 @@ extern LONG CallTo32_5( FARPROC32, DWORD, DWORD, DWORD, DWORD, DWORD ); ...@@ -83,6 +83,8 @@ extern LONG CallTo32_5( FARPROC32, DWORD, DWORD, DWORD, DWORD, DWORD );
CallTo32_3( func, hmodule, a, b ) CallTo32_3( func, hmodule, a, b )
#define CallWndProc32( func, hwnd, msg, wParam, lParam ) \ #define CallWndProc32( func, hwnd, msg, wParam, lParam ) \
CallTo32_4( func, hwnd, msg, wParam, lParam ) CallTo32_4( func, hwnd, msg, wParam, lParam )
#define CallWordBreakProc32A( func, lpch, ichCurrent, cch, code ) \
CallTo32_4( func, (DWORD)lpch, ichCurrent, cch, code )
#else /* WINELIB */ #else /* WINELIB */
...@@ -97,7 +99,9 @@ extern LONG CallTo32_5( FARPROC32, DWORD, DWORD, DWORD, DWORD, DWORD ); ...@@ -97,7 +99,9 @@ extern LONG CallTo32_5( FARPROC32, DWORD, DWORD, DWORD, DWORD, DWORD );
(*func)( hwnd, msg, wParam, lParam ) (*func)( hwnd, msg, wParam, lParam )
#define CallWndProc32( func, hwnd, msg, wParam, lParam ) \ #define CallWndProc32( func, hwnd, msg, wParam, lParam ) \
(*func)( hwnd, msg, wParam, lParam ) (*func)( hwnd, msg, wParam, lParam )
#define CallWordBreakProc( func, lpch, ichCurrent, cch, code ) \ #define CallWordBreakProc16( func, lpch, ichCurrent, cch, code ) \
(*func)( lpch, ichCurrent, cch, code )
#define CallWordBreakProc32A( func, lpch, ichCurrent, cch, code ) \
(*func)( lpch, ichCurrent, cch, code ) (*func)( lpch, ichCurrent, cch, code )
#endif /* WINELIB */ #endif /* WINELIB */
......
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
#undef DEBUG_SENDMSG #undef DEBUG_SENDMSG
#undef DEBUG_SHM #undef DEBUG_SHM
#undef DEBUG_STRESS #undef DEBUG_STRESS
#undef DEBUG_STRING
#undef DEBUG_TASK #undef DEBUG_TASK
#undef DEBUG_TEXT #undef DEBUG_TEXT
#undef DEBUG_TIMER #undef DEBUG_TIMER
...@@ -154,6 +155,7 @@ ...@@ -154,6 +155,7 @@
#define DEBUG_SENDMSG #define DEBUG_SENDMSG
#define DEBUG_SHM #define DEBUG_SHM
#define DEBUG_STRESS #define DEBUG_STRESS
#define DEBUG_STRING
#define DEBUG_TASK #define DEBUG_TASK
#define DEBUG_TEXT #define DEBUG_TEXT
#define DEBUG_TIMER #define DEBUG_TIMER
...@@ -505,6 +507,11 @@ short debug_msg_enabled[]={ ...@@ -505,6 +507,11 @@ short debug_msg_enabled[]={
#else #else
0, 0,
#endif #endif
#ifdef DEBUG_STRING
1,
#else
0,
#endif
#ifdef DEBUG_TASK #ifdef DEBUG_TASK
1, 1,
#else #else
...@@ -1439,8 +1446,21 @@ extern short debug_msg_enabled[]; ...@@ -1439,8 +1446,21 @@ extern short debug_msg_enabled[];
#endif #endif
#ifdef DEBUG_RUNTIME #ifdef DEBUG_RUNTIME
#define dprintf_task if(!debug_msg_enabled[67]) ; else fprintf #define dprintf_string if(!debug_msg_enabled[67]) ; else fprintf
#define debugging_task debug_msg_enabled[67] #define debugging_string debug_msg_enabled[67]
#else
#ifdef DEBUG_STRING
#define dprintf_string fprintf
#define debugging_string 1
#else
#define dprintf_string while(0) fprintf
#define debugging_string 0
#endif
#endif
#ifdef DEBUG_RUNTIME
#define dprintf_task if(!debug_msg_enabled[68]) ; else fprintf
#define debugging_task debug_msg_enabled[68]
#else #else
#ifdef DEBUG_TASK #ifdef DEBUG_TASK
#define dprintf_task fprintf #define dprintf_task fprintf
...@@ -1452,8 +1472,8 @@ extern short debug_msg_enabled[]; ...@@ -1452,8 +1472,8 @@ extern short debug_msg_enabled[];
#endif #endif
#ifdef DEBUG_RUNTIME #ifdef DEBUG_RUNTIME
#define dprintf_text if(!debug_msg_enabled[68]) ; else fprintf #define dprintf_text if(!debug_msg_enabled[69]) ; else fprintf
#define debugging_text debug_msg_enabled[68] #define debugging_text debug_msg_enabled[69]
#else #else
#ifdef DEBUG_TEXT #ifdef DEBUG_TEXT
#define dprintf_text fprintf #define dprintf_text fprintf
...@@ -1465,8 +1485,8 @@ extern short debug_msg_enabled[]; ...@@ -1465,8 +1485,8 @@ extern short debug_msg_enabled[];
#endif #endif
#ifdef DEBUG_RUNTIME #ifdef DEBUG_RUNTIME
#define dprintf_timer if(!debug_msg_enabled[69]) ; else fprintf #define dprintf_timer if(!debug_msg_enabled[70]) ; else fprintf
#define debugging_timer debug_msg_enabled[69] #define debugging_timer debug_msg_enabled[70]
#else #else
#ifdef DEBUG_TIMER #ifdef DEBUG_TIMER
#define dprintf_timer fprintf #define dprintf_timer fprintf
...@@ -1478,8 +1498,8 @@ extern short debug_msg_enabled[]; ...@@ -1478,8 +1498,8 @@ extern short debug_msg_enabled[];
#endif #endif
#ifdef DEBUG_RUNTIME #ifdef DEBUG_RUNTIME
#define dprintf_toolhelp if(!debug_msg_enabled[70]) ; else fprintf #define dprintf_toolhelp if(!debug_msg_enabled[71]) ; else fprintf
#define debugging_toolhelp debug_msg_enabled[70] #define debugging_toolhelp debug_msg_enabled[71]
#else #else
#ifdef DEBUG_TOOLHELP #ifdef DEBUG_TOOLHELP
#define dprintf_toolhelp fprintf #define dprintf_toolhelp fprintf
...@@ -1491,8 +1511,8 @@ extern short debug_msg_enabled[]; ...@@ -1491,8 +1511,8 @@ extern short debug_msg_enabled[];
#endif #endif
#ifdef DEBUG_RUNTIME #ifdef DEBUG_RUNTIME
#define dprintf_ver if(!debug_msg_enabled[71]) ; else fprintf #define dprintf_ver if(!debug_msg_enabled[72]) ; else fprintf
#define debugging_ver debug_msg_enabled[71] #define debugging_ver debug_msg_enabled[72]
#else #else
#ifdef DEBUG_VER #ifdef DEBUG_VER
#define dprintf_ver fprintf #define dprintf_ver fprintf
...@@ -1504,8 +1524,8 @@ extern short debug_msg_enabled[]; ...@@ -1504,8 +1524,8 @@ extern short debug_msg_enabled[];
#endif #endif
#ifdef DEBUG_RUNTIME #ifdef DEBUG_RUNTIME
#define dprintf_virtual if(!debug_msg_enabled[72]) ; else fprintf #define dprintf_virtual if(!debug_msg_enabled[73]) ; else fprintf
#define debugging_virtual debug_msg_enabled[72] #define debugging_virtual debug_msg_enabled[73]
#else #else
#ifdef DEBUG_VIRTUAL #ifdef DEBUG_VIRTUAL
#define dprintf_virtual fprintf #define dprintf_virtual fprintf
...@@ -1517,8 +1537,8 @@ extern short debug_msg_enabled[]; ...@@ -1517,8 +1537,8 @@ extern short debug_msg_enabled[];
#endif #endif
#ifdef DEBUG_RUNTIME #ifdef DEBUG_RUNTIME
#define dprintf_vxd if(!debug_msg_enabled[73]) ; else fprintf #define dprintf_vxd if(!debug_msg_enabled[74]) ; else fprintf
#define debugging_vxd debug_msg_enabled[73] #define debugging_vxd debug_msg_enabled[74]
#else #else
#ifdef DEBUG_VXD #ifdef DEBUG_VXD
#define dprintf_vxd fprintf #define dprintf_vxd fprintf
...@@ -1530,8 +1550,8 @@ extern short debug_msg_enabled[]; ...@@ -1530,8 +1550,8 @@ extern short debug_msg_enabled[];
#endif #endif
#ifdef DEBUG_RUNTIME #ifdef DEBUG_RUNTIME
#define dprintf_win if(!debug_msg_enabled[74]) ; else fprintf #define dprintf_win if(!debug_msg_enabled[75]) ; else fprintf
#define debugging_win debug_msg_enabled[74] #define debugging_win debug_msg_enabled[75]
#else #else
#ifdef DEBUG_WIN #ifdef DEBUG_WIN
#define dprintf_win fprintf #define dprintf_win fprintf
...@@ -1543,8 +1563,8 @@ extern short debug_msg_enabled[]; ...@@ -1543,8 +1563,8 @@ extern short debug_msg_enabled[];
#endif #endif
#ifdef DEBUG_RUNTIME #ifdef DEBUG_RUNTIME
#define dprintf_win16drv if(!debug_msg_enabled[75]) ; else fprintf #define dprintf_win16drv if(!debug_msg_enabled[76]) ; else fprintf
#define debugging_win16drv debug_msg_enabled[75] #define debugging_win16drv debug_msg_enabled[76]
#else #else
#ifdef DEBUG_WIN16DRV #ifdef DEBUG_WIN16DRV
#define dprintf_win16drv fprintf #define dprintf_win16drv fprintf
...@@ -1556,8 +1576,8 @@ extern short debug_msg_enabled[]; ...@@ -1556,8 +1576,8 @@ extern short debug_msg_enabled[];
#endif #endif
#ifdef DEBUG_RUNTIME #ifdef DEBUG_RUNTIME
#define dprintf_win32 if(!debug_msg_enabled[76]) ; else fprintf #define dprintf_win32 if(!debug_msg_enabled[77]) ; else fprintf
#define debugging_win32 debug_msg_enabled[76] #define debugging_win32 debug_msg_enabled[77]
#else #else
#ifdef DEBUG_WIN32 #ifdef DEBUG_WIN32
#define dprintf_win32 fprintf #define dprintf_win32 fprintf
...@@ -1569,8 +1589,8 @@ extern short debug_msg_enabled[]; ...@@ -1569,8 +1589,8 @@ extern short debug_msg_enabled[];
#endif #endif
#ifdef DEBUG_RUNTIME #ifdef DEBUG_RUNTIME
#define dprintf_winsock if(!debug_msg_enabled[77]) ; else fprintf #define dprintf_winsock if(!debug_msg_enabled[78]) ; else fprintf
#define debugging_winsock debug_msg_enabled[77] #define debugging_winsock debug_msg_enabled[78]
#else #else
#ifdef DEBUG_WINSOCK #ifdef DEBUG_WINSOCK
#define dprintf_winsock fprintf #define dprintf_winsock fprintf
...@@ -1652,6 +1672,7 @@ static char *debug_msg_name[] = { ...@@ -1652,6 +1672,7 @@ static char *debug_msg_name[] = {
"sendmsg", "sendmsg",
"shm", "shm",
"stress", "stress",
"string",
"task", "task",
"text", "text",
"timer", "timer",
......
...@@ -153,6 +153,7 @@ typedef struct tagDC_FUNCS ...@@ -153,6 +153,7 @@ typedef struct tagDC_FUNCS
BOOL32 (*pDeleteDC)(DC*); BOOL32 (*pDeleteDC)(DC*);
BOOL32 (*pDeleteObject)(HGDIOBJ16); BOOL32 (*pDeleteObject)(HGDIOBJ16);
BOOL32 (*pEllipse)(DC*,INT32,INT32,INT32,INT32); BOOL32 (*pEllipse)(DC*,INT32,INT32,INT32,INT32);
BOOL32 (*pEnumDeviceFonts)(DC*,LPLOGFONT32A,FONTENUMPROCEX32A,LPARAM);
INT32 (*pEscape)(DC*,INT32,INT32,SEGPTR,SEGPTR); INT32 (*pEscape)(DC*,INT32,INT32,SEGPTR,SEGPTR);
INT32 (*pExcludeClipRect)(DC*,INT32,INT32,INT32,INT32); INT32 (*pExcludeClipRect)(DC*,INT32,INT32,INT32,INT32);
INT32 (*pExcludeVisRect)(DC*,INT32,INT32,INT32,INT32); INT32 (*pExcludeVisRect)(DC*,INT32,INT32,INT32,INT32);
......
...@@ -143,6 +143,7 @@ ...@@ -143,6 +143,7 @@
#undef DEBUG_SENDMSG #undef DEBUG_SENDMSG
#undef DEBUG_SHM #undef DEBUG_SHM
#undef DEBUG_STRESS #undef DEBUG_STRESS
#undef DEBUG_STRING
#undef DEBUG_TASK #undef DEBUG_TASK
#undef DEBUG_TEXT #undef DEBUG_TEXT
#undef DEBUG_TIMER #undef DEBUG_TIMER
...@@ -224,6 +225,7 @@ ...@@ -224,6 +225,7 @@
#define DEBUG_SENDMSG #define DEBUG_SENDMSG
#define DEBUG_SHM #define DEBUG_SHM
#define DEBUG_STRESS #define DEBUG_STRESS
#define DEBUG_STRING
#define DEBUG_TASK #define DEBUG_TASK
#define DEBUG_TEXT #define DEBUG_TEXT
#define DEBUG_TIMER #define DEBUG_TIMER
......
...@@ -29,6 +29,12 @@ ...@@ -29,6 +29,12 @@
#define MEM_MAPPED 0x00040000 #define MEM_MAPPED 0x00040000
#define MEM_TOP_DOWN 0x00100000 #define MEM_TOP_DOWN 0x00100000
#define SEC_FILE 0x00800000
#define SEC_IMAGE 0x01000000
#define SEC_RESERVE 0x04000000
#define SEC_COMMIT 0x08000000
#define SEC_NOCACHE 0x10000000
#define FILE_BEGIN 0 #define FILE_BEGIN 0
#define FILE_CURRENT 1 #define FILE_CURRENT 1
#define FILE_END 2 #define FILE_END 2
...@@ -38,6 +44,11 @@ ...@@ -38,6 +44,11 @@
#define FILE_UNICODE_ON_DISK 0x00000004 #define FILE_UNICODE_ON_DISK 0x00000004
#define FILE_PERSISTENT_ACLS 0x00000008 #define FILE_PERSISTENT_ACLS 0x00000008
#define FILE_MAP_COPY 0x00000001
#define FILE_MAP_WRITE 0x00000002
#define FILE_MAP_READ 0x00000004
#define FILE_MAP_ALL_ACCESS 0x000f001f
#define FS_CASE_SENSITIVE FILE_CASE_SENSITIVE_SEARCH #define FS_CASE_SENSITIVE FILE_CASE_SENSITIVE_SEARCH
#define FS_CASE_IS_PRESERVED FILE_CASE_PRESERVED_NAMES #define FS_CASE_IS_PRESERVED FILE_CASE_PRESERVED_NAMES
#define FS_UNICODE_STORED_ON_DISK FILE_UNICODE_ON_DISK #define FS_UNICODE_STORED_ON_DISK FILE_UNICODE_ON_DISK
......
...@@ -4786,6 +4786,34 @@ DECL_WINELIB_TYPE_AW(ENUMRESLANGPROC); ...@@ -4786,6 +4786,34 @@ DECL_WINELIB_TYPE_AW(ENUMRESLANGPROC);
#define LOAD_LIBRARY_AS_DATAFILE 0x00000002 #define LOAD_LIBRARY_AS_DATAFILE 0x00000002
#define LOAD_WITH_ALTERED_SEARCH_PATH 0x00000008 #define LOAD_WITH_ALTERED_SEARCH_PATH 0x00000008
typedef struct
{
INT16 cbSize;
SEGPTR lpszDocName WINE_PACKED;
SEGPTR lpszOutput WINE_PACKED;
} DOCINFO16, *LPDOCINFO16;
typedef struct
{
INT32 cbSize;
LPCSTR lpszDocName;
LPCSTR lpszOutput;
LPCSTR lpszDatatype;
DWORD fwType;
} DOCINFO32A, *LPDOCINFO32A;
typedef struct
{
INT32 cbSize;
LPCWSTR lpszDocName;
LPCWSTR lpszOutput;
LPCWSTR lpszDatatype;
DWORD fwType;
} DOCINFO32W, *LPDOCINFO32W;
DECL_WINELIB_TYPE_AW(DOCINFO);
DECL_WINELIB_TYPE_AW(LPDOCINFO);
#pragma pack(4) #pragma pack(4)
/* Declarations for functions that exist only in Win16 */ /* Declarations for functions that exist only in Win16 */
...@@ -4886,6 +4914,7 @@ VOID PostEvent(HTASK16); ...@@ -4886,6 +4914,7 @@ VOID PostEvent(HTASK16);
WORD PrestoChangoSelector(WORD,WORD); WORD PrestoChangoSelector(WORD,WORD);
INT16 ReadComm(INT16,LPSTR,INT16); INT16 ReadComm(INT16,LPSTR,INT16);
UINT16 RealizeDefaultPalette(HDC16); UINT16 RealizeDefaultPalette(HDC16);
BOOL32 RegisterShellHook(HWND16,UINT16);
INT16 RestoreVisRgn(HDC16); INT16 RestoreVisRgn(HDC16);
HRGN16 SaveVisRgn(HDC16); HRGN16 SaveVisRgn(HDC16);
DWORD ScaleViewportExt(HDC16,INT16,INT16,INT16,INT16); DWORD ScaleViewportExt(HDC16,INT16,INT16,INT16,INT16);
...@@ -5647,6 +5676,9 @@ BOOL32 EndDeferWindowPos32(HDWP32); ...@@ -5647,6 +5676,9 @@ BOOL32 EndDeferWindowPos32(HDWP32);
BOOL16 EndDialog16(HWND16,INT16); BOOL16 EndDialog16(HWND16,INT16);
BOOL32 EndDialog32(HWND32,INT32); BOOL32 EndDialog32(HWND32,INT32);
#define EndDialog WINELIB_NAME(EndDialog) #define EndDialog WINELIB_NAME(EndDialog)
INT16 EndDoc16(HDC16);
INT32 EndDoc32(HDC32);
#define EndDoc WINELIB_NAME(EndDoc)
BOOL16 EndPaint16(HWND16,const PAINTSTRUCT16*); BOOL16 EndPaint16(HWND16,const PAINTSTRUCT16*);
BOOL32 EndPaint32(HWND32,const PAINTSTRUCT32*); BOOL32 EndPaint32(HWND32,const PAINTSTRUCT32*);
#define EndPaint WINELIB_NAME(EndPaint) #define EndPaint WINELIB_NAME(EndPaint)
...@@ -7061,6 +7093,10 @@ BOOL32 ShowWindow32(HWND32,INT32); ...@@ -7061,6 +7093,10 @@ BOOL32 ShowWindow32(HWND32,INT32);
DWORD SizeofResource16(HMODULE16,HRSRC16); DWORD SizeofResource16(HMODULE16,HRSRC16);
DWORD SizeofResource32(HMODULE32,HRSRC32); DWORD SizeofResource32(HMODULE32,HRSRC32);
#define SizeofResource WINELIB_NAME(SizeofResource) #define SizeofResource WINELIB_NAME(SizeofResource)
INT16 StartDoc16(HDC16,const DOCINFO16*);
INT32 StartDoc32A(HDC32,const DOCINFO32A*);
INT32 StartDoc32W(HDC32,const DOCINFO32W*);
#define StartDoc WINELIB_NAME_AW(StartDoc)
INT16 StartSound16(void); INT16 StartSound16(void);
VOID StartSound32(void); VOID StartSound32(void);
#define StartSound WINELIB_NAME(StartSound) #define StartSound WINELIB_NAME(StartSound)
......
...@@ -26,6 +26,20 @@ typedef enum ...@@ -26,6 +26,20 @@ typedef enum
typedef void *HWINDOWPROC; /* Really a pointer to a WINDOWPROC */ typedef void *HWINDOWPROC; /* Really a pointer to a WINDOWPROC */
typedef struct
{
WPARAM16 wParam;
LPARAM lParam;
LRESULT lResult;
} MSGPARAM16;
typedef struct
{
WPARAM32 wParam;
LPARAM lParam;
LRESULT lResult;
} MSGPARAM32;
extern BOOL32 WINPROC_Init(void); extern BOOL32 WINPROC_Init(void);
extern WNDPROC16 WINPROC_GetProc( HWINDOWPROC proc, WINDOWPROCTYPE type ); extern WNDPROC16 WINPROC_GetProc( HWINDOWPROC proc, WINDOWPROCTYPE type );
extern BOOL32 WINPROC_SetProc( HWINDOWPROC *pFirst, WNDPROC16 func, extern BOOL32 WINPROC_SetProc( HWINDOWPROC *pFirst, WNDPROC16 func,
...@@ -57,9 +71,9 @@ extern void WINPROC_UnmapMsg16To32A( UINT32 msg, WPARAM32 wParam, ...@@ -57,9 +71,9 @@ extern void WINPROC_UnmapMsg16To32A( UINT32 msg, WPARAM32 wParam,
LPARAM lParam ); LPARAM lParam );
extern void WINPROC_UnmapMsg16To32W( UINT32 msg, WPARAM32 wParam, extern void WINPROC_UnmapMsg16To32W( UINT32 msg, WPARAM32 wParam,
LPARAM lParam ); LPARAM lParam );
extern void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM16 wParam, extern void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM32 wParam,
LPARAM lParam, LRESULT lResult ); LPARAM lParam, MSGPARAM16* pm16 );
extern void WINPROC_UnmapMsg32WTo16( UINT32 msg, WPARAM16 wParam, extern void WINPROC_UnmapMsg32WTo16( UINT32 msg, WPARAM32 wParam,
LPARAM lParam, LRESULT lResult ); LPARAM lParam, MSGPARAM16* pm16 );
#endif /* __WINE_WINPROC_H */ #endif /* __WINE_WINPROC_H */
...@@ -249,7 +249,7 @@ static BOOL32 DDE_DoOneMessage (int proc_idx, int size, struct msgbuf *msgbuf) ...@@ -249,7 +249,7 @@ static BOOL32 DDE_DoOneMessage (int proc_idx, int size, struct msgbuf *msgbuf)
} }
/* Do some sort of premitive hash table */ /* Do some sort of premitive hash table */
static HWND HWND_Local2Remote(HWND orig) static HWND16 HWND_Local2Remote(HWND16 orig)
{ {
int dde_wnd_idx; int dde_wnd_idx;
int deleted_idx= -1; int deleted_idx= -1;
...@@ -309,10 +309,10 @@ static BOOL32 DDE_DoMessage( MSG16 *msg, int type ) ...@@ -309,10 +309,10 @@ static BOOL32 DDE_DoMessage( MSG16 *msg, int type )
} }
if (msg->wParam == (HWND)-1) if (msg->wParam == (HWND16)-1)
return FALSE; return FALSE;
if ( ! DDE_IsRemoteWindow(msg->hwnd) && msg->hwnd!= (HWND)-1) if ( ! DDE_IsRemoteWindow(msg->hwnd) && msg->hwnd!= (HWND16)-1)
return FALSE; return FALSE;
dprintf_msg(stddeb, "%s: DDE_DoMessage(hwnd=0x%x,msg=0x%x,..)\n", dprintf_msg(stddeb, "%s: DDE_DoMessage(hwnd=0x%x,msg=0x%x,..)\n",
...@@ -331,7 +331,7 @@ static BOOL32 DDE_DoMessage( MSG16 *msg, int type ) ...@@ -331,7 +331,7 @@ static BOOL32 DDE_DoMessage( MSG16 *msg, int type )
msg_dat.dat.mtype=type; msg_dat.dat.mtype=type;
if (msg->hwnd == (HWND)-1) { if (msg->hwnd == (HWND16)-1) {
success= FALSE; success= FALSE;
for ( proc_idx=0; proc_idx < DDE_PROCS ; proc_idx++) { for ( proc_idx=0; proc_idx < DDE_PROCS ; proc_idx++) {
if (proc_idx == curr_proc_idx) if (proc_idx == curr_proc_idx)
...@@ -357,7 +357,7 @@ BOOL32 DDE_PostMessage( MSG16 *msg) ...@@ -357,7 +357,7 @@ BOOL32 DDE_PostMessage( MSG16 *msg)
} }
void dde_proc_send_ack(HWND wnd, BOOL32 val) { void dde_proc_send_ack(HWND16 wnd, BOOL32 val) {
int proc,msg; int proc,msg;
static struct msgbuf msg_ack={DDE_ACK,{'0'}}; static struct msgbuf msg_ack={DDE_ACK,{'0'}};
...@@ -441,8 +441,8 @@ int DDE_GetRemoteMessage() ...@@ -441,8 +441,8 @@ int DDE_GetRemoteMessage()
print_dde_message(title, remote_message); print_dde_message(title, remote_message);
} }
if (remote_message->hwnd != (HWND) -1 ) { if (remote_message->hwnd != (HWND16) -1 ) {
HWND dde_window= DDE_WIN_INFO(remote_message->hwnd).wnd; HWND16 dde_window= DDE_WIN_INFO(remote_message->hwnd).wnd;
/* we should know exactly where to send the message (locally)*/ /* we should know exactly where to send the message (locally)*/
if (was_sent) { if (was_sent) {
dprintf_dde(stddeb, dprintf_dde(stddeb,
...@@ -459,7 +459,7 @@ int DDE_GetRemoteMessage() ...@@ -459,7 +459,7 @@ int DDE_GetRemoteMessage()
dde_proc_send_ack(remote_message->wParam, passed); dde_proc_send_ack(remote_message->wParam, passed);
} }
else { else {
passed= PostMessage(dde_window, remote_message->message, passed= PostMessage16(dde_window, remote_message->message,
remote_message->wParam, remote_message->lParam); remote_message->wParam, remote_message->lParam);
if (passed == FALSE) { if (passed == FALSE) {
/* Tell the sender, that the message is here, and failed */ /* Tell the sender, that the message is here, and failed */
...@@ -475,7 +475,7 @@ int DDE_GetRemoteMessage() ...@@ -475,7 +475,7 @@ int DDE_GetRemoteMessage()
} }
/* iterate through all the windows */ /* iterate through all the windows */
for (wndPtr = WIN_FindWndPtr(GetTopWindow(GetDesktopWindow32())); for (wndPtr = WIN_FindWndPtr(GetTopWindow32(GetDesktopWindow32()));
wndPtr != NULL; wndPtr != NULL;
wndPtr = wndPtr->next) wndPtr = wndPtr->next)
{ {
...@@ -484,7 +484,7 @@ int DDE_GetRemoteMessage() ...@@ -484,7 +484,7 @@ int DDE_GetRemoteMessage()
SendMessage16( wndPtr->hwndSelf, remote_message->message, SendMessage16( wndPtr->hwndSelf, remote_message->message,
remote_message->wParam, remote_message->lParam ); remote_message->wParam, remote_message->lParam );
else else
PostMessage( wndPtr->hwndSelf, remote_message->message, PostMessage16( wndPtr->hwndSelf, remote_message->message,
remote_message->wParam, remote_message->lParam ); remote_message->wParam, remote_message->lParam );
} /* if */ } /* if */
} /* for */ } /* for */
...@@ -519,7 +519,7 @@ void dde_msg_setup(int *msg_ptr) ...@@ -519,7 +519,7 @@ void dde_msg_setup(int *msg_ptr)
* If we have, atom usage will make this instance of wine set up * If we have, atom usage will make this instance of wine set up
* it's IPC stuff. * it's IPC stuff.
*/ */
void DDE_TestDDE(HWND hwnd) void DDE_TestDDE(HWND16 hwnd)
{ {
static in_test = 0; static in_test = 0;
if (in_test++) return; if (in_test++) return;
...@@ -688,7 +688,7 @@ static BOOL32 DDE_ProcHasWindows(int proc_idx) ...@@ -688,7 +688,7 @@ static BOOL32 DDE_ProcHasWindows(int proc_idx)
* This is inefficient, but who cares for the efficiency of this rare * This is inefficient, but who cares for the efficiency of this rare
* operation... * operation...
*/ */
void DDE_DestroyWindow(HWND hwnd) void DDE_DestroyWindow(HWND16 hwnd)
{ {
int dde_wnd_idx; int dde_wnd_idx;
WND_DATA *tested; WND_DATA *tested;
......
...@@ -1054,11 +1054,11 @@ HINSTANCE16 MODULE_Load( LPCSTR name, LPVOID paramBlock, BOOL32 first ) ...@@ -1054,11 +1054,11 @@ HINSTANCE16 MODULE_Load( LPCSTR name, LPVOID paramBlock, BOOL32 first )
hModule = MODULE_LoadExeHeader( hFile, &ofs ); hModule = MODULE_LoadExeHeader( hFile, &ofs );
if (hModule < 32) if (hModule < 32)
{ {
/* FIXME: Hack because PE_LoadModule is recursive */ /* Note: PE_LoadModule closes the file */
int fd = dup( FILE_GetUnixHandle(hFile) ); if (hModule == 21)
_lclose32( hFile ); hModule = PE_LoadModule( hFile, &ofs, paramBlock );
if (hModule == 21) hModule = PE_LoadModule( fd, &ofs, paramBlock ); else _lclose32( hFile );
close( fd );
if (hModule < 32) if (hModule < 32)
fprintf( stderr, "LoadModule: can't load '%s', error=%d\n", fprintf( stderr, "LoadModule: can't load '%s', error=%d\n",
name, hModule ); name, hModule );
......
...@@ -527,7 +527,6 @@ void NE_InitializeDLLs( HMODULE16 hModule ) ...@@ -527,7 +527,6 @@ void NE_InitializeDLLs( HMODULE16 hModule )
for (pDLL = (HMODULE16 *)GlobalLock16( to_init ); *pDLL; pDLL++) for (pDLL = (HMODULE16 *)GlobalLock16( to_init ); *pDLL; pDLL++)
{ {
NE_InitializeDLLs( *pDLL ); NE_InitializeDLLs( *pDLL );
NE_InitDLL( *pDLL );
} }
GlobalFree16( to_init ); GlobalFree16( to_init );
} }
......
...@@ -420,15 +420,17 @@ problem needs to be fixed properly at some stage */ ...@@ -420,15 +420,17 @@ problem needs to be fixed properly at some stage */
for(i=0; i < pe->pe_header->FileHeader.NumberOfSections; i++) for(i=0; i < pe->pe_header->FileHeader.NumberOfSections; i++)
{ {
/* load only non-BSS segments */ /* load only non-BSS segments */
if(pe->pe_seg[i].Characteristics & if(!(pe->pe_seg[i].Characteristics &
~ IMAGE_SCN_CNT_UNINITIALIZED_DATA) IMAGE_SCN_CNT_UNINITIALIZED_DATA))
if(lseek(fd,pe->pe_seg[i].PointerToRawData,SEEK_SET) == -1 {
|| read(fd,(char*)RVA(pe->pe_seg[i].VirtualAddress), if(lseek(fd,pe->pe_seg[i].PointerToRawData,SEEK_SET) == -1
pe->pe_seg[i].SizeOfRawData) != pe->pe_seg[i].SizeOfRawData) || read(fd,(char*)RVA(pe->pe_seg[i].VirtualAddress),
{ pe->pe_seg[i].SizeOfRawData) != pe->pe_seg[i].SizeOfRawData)
{
fprintf(stderr,"Failed to load section %x\n", i); fprintf(stderr,"Failed to load section %x\n", i);
exit(0); exit(0);
} }
}
result = RVA (pe->pe_seg[i].VirtualAddress); result = RVA (pe->pe_seg[i].VirtualAddress);
#if 1 #if 1
/* not needed, memory is zero */ /* not needed, memory is zero */
...@@ -568,21 +570,26 @@ problem needs to be fixed properly at some stage */ ...@@ -568,21 +570,26 @@ problem needs to be fixed properly at some stage */
HINSTANCE16 MODULE_CreateInstance(HMODULE16 hModule,LOADPARAMS *params); HINSTANCE16 MODULE_CreateInstance(HMODULE16 hModule,LOADPARAMS *params);
HINSTANCE16 PE_LoadModule( int fd, OFSTRUCT *ofs, LOADPARAMS* params ) HINSTANCE16 PE_LoadModule( HFILE32 hFile, OFSTRUCT *ofs, LOADPARAMS* params )
{ {
HMODULE16 hModule; HMODULE16 hModule;
HINSTANCE16 hInstance; HINSTANCE16 hInstance;
NE_MODULE *pModule; NE_MODULE *pModule;
struct mz_header_s mz_header; struct mz_header_s mz_header;
int fd;
if ((hModule = MODULE_CreateDummyModule( ofs )) < 32) return hModule; if ((hModule = MODULE_CreateDummyModule( ofs )) < 32) return hModule;
pModule = (NE_MODULE *)GlobalLock16( hModule ); pModule = (NE_MODULE *)GlobalLock16( hModule );
pModule->flags = NE_FFLAGS_WIN32; pModule->flags = NE_FFLAGS_WIN32;
/* FIXME: Hack because PE_LoadModule is recursive */
fd = dup( FILE_GetUnixHandle(hFile) );
_lclose32( hFile );
lseek( fd, 0, SEEK_SET ); lseek( fd, 0, SEEK_SET );
read( fd, &mz_header, sizeof(mz_header) ); read( fd, &mz_header, sizeof(mz_header) );
pModule->pe_module = PE_LoadImage( fd, hModule, mz_header.ne_offset ); pModule->pe_module = PE_LoadImage( fd, hModule, mz_header.ne_offset );
close( fd );
hInstance = MODULE_CreateInstance( hModule, params ); hInstance = MODULE_CreateInstance( hModule, params );
...@@ -653,8 +660,7 @@ void PE_InitializeDLLs(HMODULE16 hModule,DWORD type,LPVOID lpReserved) ...@@ -653,8 +660,7 @@ void PE_InitializeDLLs(HMODULE16 hModule,DWORD type,LPVOID lpReserved)
for (pDLL = (HMODULE16 *)GlobalLock16( to_init ); *pDLL; pDLL++) for (pDLL = (HMODULE16 *)GlobalLock16( to_init ); *pDLL; pDLL++)
{ {
PE_InitializeDLLs( *pDLL, type, lpReserved); PE_InitializeDLLs( *pDLL, type, lpReserved);
PE_InitDLL( *pDLL, type, lpReserved );
} }
GlobalFree16( to_init ); GlobalFree16( to_init );
} }
......
#ifndef WINELIB #ifndef WINELIB
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#ifdef __GLIBC__
#include <linux/signal.h>
#else
#include <signal.h> #include <signal.h>
#endif
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <time.h> #include <time.h>
...@@ -39,11 +35,21 @@ char * cstack[4096]; ...@@ -39,11 +35,21 @@ char * cstack[4096];
extern void ___sig_restore(); extern void ___sig_restore();
extern void ___masksig_restore(); extern void ___masksig_restore();
/* This is the sigaction structure from the Linux 2.1.20 kernel. */
struct kernel_sigaction {
__sighandler_t sa_handler;
unsigned long sa_mask;
unsigned long sa_flags;
void (*sa_restorer) __P ((void));
};
/* Similar to the sigaction function in libc, except it leaves alone the /* Similar to the sigaction function in libc, except it leaves alone the
restorer field */ restorer field */
static int static int
wine_sigaction(int sig,struct sigaction * new, struct sigaction * old) wine_sigaction(int sig,struct kernel_sigaction * new,
struct kernel_sigaction * old)
{ {
__asm__("int $0x80":"=a" (sig) __asm__("int $0x80":"=a" (sig)
:"0" (SYS_sigaction),"b" (sig),"c" (new),"d" (old)); :"0" (SYS_sigaction),"b" (sig),"c" (new),"d" (old));
...@@ -166,9 +172,9 @@ HANDLER_DEF(SIGNAL_fault) ...@@ -166,9 +172,9 @@ HANDLER_DEF(SIGNAL_fault)
static void SIGNAL_SetHandler( int sig, void (*func)(), int flags ) static void SIGNAL_SetHandler( int sig, void (*func)(), int flags )
{ {
int ret; int ret;
struct sigaction sig_act;
#ifdef linux #ifdef linux
struct kernel_sigaction sig_act;
sig_act.sa_handler = func; sig_act.sa_handler = func;
sig_act.sa_flags = SA_RESTART | (flags) ? SA_NOMASK : 0; sig_act.sa_flags = SA_RESTART | (flags) ? SA_NOMASK : 0;
/* Point to the top of the stack, minus 4 just in case, and make /* Point to the top of the stack, minus 4 just in case, and make
...@@ -179,6 +185,7 @@ static void SIGNAL_SetHandler( int sig, void (*func)(), int flags ) ...@@ -179,6 +185,7 @@ static void SIGNAL_SetHandler( int sig, void (*func)(), int flags )
#endif /* linux */ #endif /* linux */
#if defined(__NetBSD__) || defined(__FreeBSD__) #if defined(__NetBSD__) || defined(__FreeBSD__)
struct sigaction sig_act;
sigset_t sig_mask; sigset_t sig_mask;
sigemptyset(&sig_mask); sigemptyset(&sig_mask);
sig_act.sa_handler = func; sig_act.sa_handler = func;
...@@ -188,6 +195,7 @@ static void SIGNAL_SetHandler( int sig, void (*func)(), int flags ) ...@@ -188,6 +195,7 @@ static void SIGNAL_SetHandler( int sig, void (*func)(), int flags )
#endif /* __FreeBSD__ || __NetBSD__ */ #endif /* __FreeBSD__ || __NetBSD__ */
#if defined (__svr4__) || defined(_SCO_DS) #if defined (__svr4__) || defined(_SCO_DS)
struct sigaction sig_act;
sigset_t sig_mask; sigset_t sig_mask;
sigemptyset(&sig_mask); sigemptyset(&sig_mask);
sig_act.sa_handler = func; sig_act.sa_handler = func;
...@@ -197,6 +205,7 @@ static void SIGNAL_SetHandler( int sig, void (*func)(), int flags ) ...@@ -197,6 +205,7 @@ static void SIGNAL_SetHandler( int sig, void (*func)(), int flags )
#endif /* __svr4__ || _SCO_DS */ #endif /* __svr4__ || _SCO_DS */
#if defined(__EMX__) #if defined(__EMX__)
struct sigaction sig_act;
sigset_t sig_mask; sigset_t sig_mask;
sigemptyset(&sig_mask); sigemptyset(&sig_mask);
sig_act.sa_handler = func; sig_act.sa_handler = func;
......
...@@ -679,10 +679,10 @@ static void TASK_DeleteTask( HTASK16 hTask ) ...@@ -679,10 +679,10 @@ static void TASK_DeleteTask( HTASK16 hTask )
*/ */
void TASK_KillCurrentTask( INT16 exitCode ) void TASK_KillCurrentTask( INT16 exitCode )
{ {
extern void EXEC_ExitWindows(void); extern void USER_ExitWindows(void);
TDB* pTask = (TDB*) GlobalLock16( hCurrentTask ); TDB* pTask = (TDB*) GlobalLock16( hCurrentTask );
if (!pTask) EXEC_ExitWindows(); /* No current task yet */ if (!pTask) USER_ExitWindows(); /* No current task yet */
/* Perform USER cleanup */ /* Perform USER cleanup */
...@@ -698,7 +698,7 @@ void TASK_KillCurrentTask( INT16 exitCode ) ...@@ -698,7 +698,7 @@ void TASK_KillCurrentTask( INT16 exitCode )
if (nTaskCount <= 1) if (nTaskCount <= 1)
{ {
dprintf_task( stddeb, "Killing the last task, exiting\n" ); dprintf_task( stddeb, "Killing the last task, exiting\n" );
EXEC_ExitWindows(); USER_ExitWindows();
} }
/* Remove the task from the list to be sure we never switch back to it */ /* Remove the task from the list to be sure we never switch back to it */
......
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
#include <string.h> #include <string.h>
#include "windows.h" #include "windows.h"
#include "ldt.h" #include "ldt.h"
#include "stddebug.h"
#include "debug.h"
static const BYTE STRING_Oem2Ansi[256] = static const BYTE STRING_Oem2Ansi[256] =
"\000\001\002\003\004\005\006\007\010\011\012\013\014\015\016\244" "\000\001\002\003\004\005\006\007\010\011\012\013\014\015\016\244"
...@@ -74,6 +76,8 @@ SEGPTR lstrcat16( SEGPTR dst, SEGPTR src ) ...@@ -74,6 +76,8 @@ SEGPTR lstrcat16( SEGPTR dst, SEGPTR src )
*/ */
LPSTR lstrcat32A( LPSTR dst, LPCSTR src ) LPSTR lstrcat32A( LPSTR dst, LPCSTR src )
{ {
dprintf_string(stddeb,"strcat: Append '%s' to '%s'\n",
(src)?src:"NULL",(dst)?dst:"NULL");
strcat( dst, src ); strcat( dst, src );
return dst; return dst;
} }
...@@ -107,6 +111,8 @@ SEGPTR lstrcatn16( SEGPTR dst, SEGPTR src, INT16 n ) ...@@ -107,6 +111,8 @@ SEGPTR lstrcatn16( SEGPTR dst, SEGPTR src, INT16 n )
LPSTR lstrcatn32A( LPSTR dst, LPCSTR src, INT32 n ) LPSTR lstrcatn32A( LPSTR dst, LPCSTR src, INT32 n )
{ {
register LPSTR p = dst; register LPSTR p = dst;
dprintf_string(stddeb,"strcatn add %d chars from '%s' to '%s'\n",
n,(src)?src:"NULL",(dst)?dst:"NULL");
while (*p) p++; while (*p) p++;
if ((n -= (INT32)(p - dst)) <= 0) return dst; if ((n -= (INT32)(p - dst)) <= 0) return dst;
lstrcpyn32A( p, src, n ); lstrcpyn32A( p, src, n );
...@@ -141,6 +147,8 @@ INT16 lstrcmp16( LPCSTR str1, LPCSTR str2 ) ...@@ -141,6 +147,8 @@ INT16 lstrcmp16( LPCSTR str1, LPCSTR str2 )
*/ */
INT32 lstrcmp32A( LPCSTR str1, LPCSTR str2 ) INT32 lstrcmp32A( LPCSTR str1, LPCSTR str2 )
{ {
dprintf_string(stddeb,"strcmp: '%s' and '%s'\n",
(str1)?str1:"NULL",(str2)?str2:"NULL");
return (INT32)strcmp( str1, str2 ); return (INT32)strcmp( str1, str2 );
} }
...@@ -171,6 +179,8 @@ INT32 lstrcmpi32A( LPCSTR str1, LPCSTR str2 ) ...@@ -171,6 +179,8 @@ INT32 lstrcmpi32A( LPCSTR str1, LPCSTR str2 )
{ {
INT32 res; INT32 res;
dprintf_string(stddeb,"strcmpi '%s' and '%s'\n",
(str1)?str1:"NULL",(str2)?str2:"NULL");
while (*str1) while (*str1)
{ {
if ((res = toupper(*str1) - toupper(*str2)) != 0) return res; if ((res = toupper(*str1) - toupper(*str2)) != 0) return res;
...@@ -214,6 +224,8 @@ SEGPTR lstrcpy16( SEGPTR dst, SEGPTR src ) ...@@ -214,6 +224,8 @@ SEGPTR lstrcpy16( SEGPTR dst, SEGPTR src )
*/ */
LPSTR lstrcpy32A( LPSTR dst, LPCSTR src ) LPSTR lstrcpy32A( LPSTR dst, LPCSTR src )
{ {
dprintf_string(stddeb,"strcpy '%s'\n",
(src)?src:"NULL");
if (!src || !dst) return NULL; if (!src || !dst) return NULL;
strcpy( dst, src ); strcpy( dst, src );
return dst; return dst;
...@@ -247,6 +259,8 @@ SEGPTR lstrcpyn16( SEGPTR dst, SEGPTR src, INT16 n ) ...@@ -247,6 +259,8 @@ SEGPTR lstrcpyn16( SEGPTR dst, SEGPTR src, INT16 n )
LPSTR lstrcpyn32A( LPSTR dst, LPCSTR src, INT32 n ) LPSTR lstrcpyn32A( LPSTR dst, LPCSTR src, INT32 n )
{ {
LPSTR p = dst; LPSTR p = dst;
dprintf_string(stddeb,"strcpyn '%s' for %d chars\n",
(src)?src:"NULL",n);
while ((n-- > 1) && *src) *p++ = *src++; while ((n-- > 1) && *src) *p++ = *src++;
*p = 0; *p = 0;
return dst; return dst;
...@@ -283,6 +297,7 @@ INT32 lstrlen32A( LPCSTR str ) ...@@ -283,6 +297,7 @@ INT32 lstrlen32A( LPCSTR str )
* in lstrlen() ... we check only for NULL pointer reference. * in lstrlen() ... we check only for NULL pointer reference.
* - Marcus Meissner * - Marcus Meissner
*/ */
dprintf_string(stddeb,"strlen '%s'\n", (str)?str:"NULL");
if (!str) return 0; if (!str) return 0;
return (INT32)strlen(str); return (INT32)strlen(str);
} }
...@@ -305,6 +320,8 @@ INT32 lstrlen32W( LPCWSTR str ) ...@@ -305,6 +320,8 @@ INT32 lstrlen32W( LPCWSTR str )
*/ */
INT32 lstrncmp32A( LPCSTR str1, LPCSTR str2, INT32 n ) INT32 lstrncmp32A( LPCSTR str1, LPCSTR str2, INT32 n )
{ {
dprintf_string(stddeb,"strncmp '%s' and '%s' for %d chars\n",
(str1)?str1:"NULL",(str2)?str2:"NULL",n);
return (INT32)strncmp( str1, str2, n ); return (INT32)strncmp( str1, str2, n );
} }
...@@ -327,6 +344,8 @@ INT32 lstrncmpi32A( LPCSTR str1, LPCSTR str2, INT32 n ) ...@@ -327,6 +344,8 @@ INT32 lstrncmpi32A( LPCSTR str1, LPCSTR str2, INT32 n )
{ {
INT32 res; INT32 res;
dprintf_string(stddeb,"strncmpi '%s' and '%s' for %d chars\n",
(str1)?str1:"NULL",(str2)?str2:"NULL",n);
if (!n) return 0; if (!n) return 0;
while ((--n > 0) && *str1) while ((--n > 0) && *str1)
if ( (res = toupper(*str1++) - toupper(*str2++)) ) return res; if ( (res = toupper(*str1++) - toupper(*str2++)) ) return res;
...@@ -480,7 +499,9 @@ void OemToAnsiBuff16( LPCSTR s, LPSTR d, UINT16 len ) ...@@ -480,7 +499,9 @@ void OemToAnsiBuff16( LPCSTR s, LPSTR d, UINT16 len )
BOOL32 CharToOem32A( LPCSTR s, LPSTR d ) BOOL32 CharToOem32A( LPCSTR s, LPSTR d )
{ {
if (!s || !d) return TRUE; if (!s || !d) return TRUE;
dprintf_string(stddeb,"CharToOem '%s'\n", (s)?s:"NULL");
while ((*d++ = ANSI_TO_OEM(*s++))); while ((*d++ = ANSI_TO_OEM(*s++)));
dprintf_string(stddeb," to '%s'\n", (d)?d:"NULL");
return TRUE; return TRUE;
} }
...@@ -520,7 +541,9 @@ BOOL32 CharToOem32W( LPCWSTR s, LPSTR d ) ...@@ -520,7 +541,9 @@ BOOL32 CharToOem32W( LPCWSTR s, LPSTR d )
*/ */
BOOL32 OemToChar32A( LPCSTR s, LPSTR d ) BOOL32 OemToChar32A( LPCSTR s, LPSTR d )
{ {
dprintf_string(stddeb,"OemToChar '%s'\n", (s)?s:"NULL");
while ((*d++ = OEM_TO_ANSI(*s++))); while ((*d++ = OEM_TO_ANSI(*s++)));
dprintf_string(stddeb," to '%s'\n", (d)?d:"NULL");
return TRUE; return TRUE;
} }
...@@ -530,6 +553,7 @@ BOOL32 OemToChar32A( LPCSTR s, LPSTR d ) ...@@ -530,6 +553,7 @@ BOOL32 OemToChar32A( LPCSTR s, LPSTR d )
*/ */
BOOL32 OemToCharBuff32A( LPCSTR s, LPSTR d, DWORD len ) BOOL32 OemToCharBuff32A( LPCSTR s, LPSTR d, DWORD len )
{ {
dprintf_string(stddeb,"OemToCharBuff '%s' for %ld chars\n", (s)?s:"NULL",len);
while (len--) *d++ = OEM_TO_ANSI(*s++); while (len--) *d++ = OEM_TO_ANSI(*s++);
return TRUE; return TRUE;
} }
......
...@@ -6,16 +6,11 @@ VPATH = @srcdir@ ...@@ -6,16 +6,11 @@ VPATH = @srcdir@
MODULE = misc MODULE = misc
C_SRCS = \ C_SRCS = \
clipboard.c \
comm.c \ comm.c \
commdlg.c \ commdlg.c \
compobj.c \ compobj.c \
crtdll.c \ crtdll.c \
cpu.c \ cpu.c \
driver.c \
exec.c \
escape.c \
fontengine.c \
lstr.c \ lstr.c \
lzexpand.c \ lzexpand.c \
main.c \ main.c \
...@@ -29,7 +24,6 @@ C_SRCS = \ ...@@ -29,7 +24,6 @@ C_SRCS = \
olesvr.c \ olesvr.c \
port.c \ port.c \
printdrv.c \ printdrv.c \
rect.c \
registry.c \ registry.c \
shell.c \ shell.c \
sound.c \ sound.c \
...@@ -37,7 +31,6 @@ C_SRCS = \ ...@@ -37,7 +31,6 @@ C_SRCS = \
stress.c \ stress.c \
system.c \ system.c \
toolhelp.c \ toolhelp.c \
user.c \
ver.c \ ver.c \
w32sys.c \ w32sys.c \
winsock.c \ winsock.c \
......
...@@ -33,7 +33,7 @@ GetSystemInfo(LPSYSTEM_INFO si) ...@@ -33,7 +33,7 @@ GetSystemInfo(LPSYSTEM_INFO si)
cachedsi.dwActiveProcessorMask = 1; cachedsi.dwActiveProcessorMask = 1;
cachedsi.dwNumberOfProcessors = 1; cachedsi.dwNumberOfProcessors = 1;
cachedsi.dwProcessorType = PROCESSOR_INTEL_386; cachedsi.dwProcessorType = PROCESSOR_INTEL_386;
cachedsi.dwAllocationGranularity = 8; cachedsi.dwAllocationGranularity = 0x10000;
cachedsi.wProcessorLevel = 3; /* 386 */ cachedsi.wProcessorLevel = 3; /* 386 */
cachedsi.wProcessorRevision = 0; cachedsi.wProcessorRevision = 0;
......
...@@ -13,6 +13,29 @@ ...@@ -13,6 +13,29 @@
#include "winerror.h" #include "winerror.h"
INT16 StartDoc16( HDC16 hdc, const DOCINFO16 *lpdoc )
{
INT16 retVal;
printf("In startdoc16(%p)\n", lpdoc );
printf("In StartDoc16 %d 0x%lx:0x%p 0x%lx:0x%p\n",lpdoc->cbSize,
lpdoc->lpszDocName,PTR_SEG_TO_LIN(lpdoc->lpszDocName),
lpdoc->lpszOutput,PTR_SEG_TO_LIN(lpdoc->lpszOutput));
printf("In StartDoc16 %d %s %s\n",lpdoc->cbSize,
(LPSTR)PTR_SEG_TO_LIN(lpdoc->lpszDocName),
(LPSTR)PTR_SEG_TO_LIN(lpdoc->lpszOutput));
retVal = Escape16(hdc, STARTDOC, sizeof(DOCINFO16), lpdoc->lpszDocName, 0);
printf("Escape16 returned %d\n",retVal);
return retVal;
}
INT16
EndDoc16(HDC16 hdc)
{
return Escape16(hdc, ENDDOC, 0, 0, 0);
}
DWORD DWORD
DrvGetPrinterData(LPSTR lpPrinter, LPSTR lpProfile, LPDWORD lpType, DrvGetPrinterData(LPSTR lpPrinter, LPSTR lpProfile, LPDWORD lpType,
LPBYTE lpPrinterData, int cbData, LPDWORD lpNeeded) LPBYTE lpPrinterData, int cbData, LPDWORD lpNeeded)
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include "cursoricon.h" #include "cursoricon.h"
#include "stddebug.h" #include "stddebug.h"
#include "debug.h" #include "debug.h"
#include "xmalloc.h"
#include "winreg.h" #include "winreg.h"
/* .ICO file ICONDIR definitions */ /* .ICO file ICONDIR definitions */
...@@ -48,7 +47,17 @@ typedef struct ...@@ -48,7 +47,17 @@ typedef struct
#pragma pack(4) #pragma pack(4)
extern HGLOBAL16 CURSORICON_LoadHandler( HGLOBAL16, HINSTANCE16, BOOL32); extern HGLOBAL16 CURSORICON_LoadHandler( HGLOBAL16, HINSTANCE16, BOOL32);
extern WORD GetIconID( HGLOBAL16 hResource, DWORD resType ); extern WORD GetIconID( HGLOBAL16 hResource, DWORD resType );
static const char* lpstrMsgWndCreated = "OTHERWINDOWCREATED";
static const char* lpstrMsgWndDestroyed = "OTHERWINDOWDESTROYED";
static const char* lpstrMsgShellActivate = "ACTIVATESHELLWINDOW";
static HWND16 SHELL_hWnd = 0;
static HHOOK SHELL_hHook = 0;
static UINT16 uMsgWndCreated = 0;
static UINT16 uMsgWndDestroyed = 0;
static UINT16 uMsgShellActivate = 0;
/************************************************************************* /*************************************************************************
* DragAcceptFiles [SHELL.9] * DragAcceptFiles [SHELL.9]
...@@ -466,9 +475,10 @@ BOOL32 ShellAbout32W( HWND32 hWnd, LPCWSTR szApp, LPCWSTR szOtherStuff, ...@@ -466,9 +475,10 @@ BOOL32 ShellAbout32W( HWND32 hWnd, LPCWSTR szApp, LPCWSTR szOtherStuff,
*/ */
static BYTE* SHELL_GetResourceTable(HFILE32 hFile) static BYTE* SHELL_GetResourceTable(HFILE32 hFile)
{ {
BYTE* pTypeInfo = NULL;
struct mz_header_s mz_header; struct mz_header_s mz_header;
struct ne_header_s ne_header; struct ne_header_s ne_header;
int size; int size;
_llseek32( hFile, 0, SEEK_SET ); _llseek32( hFile, 0, SEEK_SET );
if ((_lread32(hFile,&mz_header,sizeof(mz_header)) != sizeof(mz_header)) || if ((_lread32(hFile,&mz_header,sizeof(mz_header)) != sizeof(mz_header)) ||
...@@ -487,19 +497,21 @@ static BYTE* SHELL_GetResourceTable(HFILE32 hFile) ...@@ -487,19 +497,21 @@ static BYTE* SHELL_GetResourceTable(HFILE32 hFile)
size = ne_header.rname_tab_offset - ne_header.resource_tab_offset; size = ne_header.rname_tab_offset - ne_header.resource_tab_offset;
if( size > sizeof(NE_TYPEINFO) ) if( size > sizeof(NE_TYPEINFO) )
{ {
BYTE* pTypeInfo = (BYTE*)xmalloc(size); pTypeInfo = (BYTE*)HeapAlloc( GetProcessHeap(), 0, size);
if( pTypeInfo )
if( !pTypeInfo ) return NULL; {
_llseek32(hFile, mz_header.ne_offset+ne_header.resource_tab_offset, SEEK_SET);
_llseek32(hFile, mz_header.ne_offset+ne_header.resource_tab_offset, SEEK_SET); if( _lread32( hFile, (char*)pTypeInfo, size) != size )
if( _lread32( hFile, (char*)pTypeInfo, size) != size ) {
{ free(pTypeInfo); return NULL; } HeapFree( GetProcessHeap(), 0, pTypeInfo);
return pTypeInfo; pTypeInfo = NULL;
} }
}
}
/* no resources */ /* no resources */
return NULL; return pTypeInfo;
} }
/************************************************************************* /*************************************************************************
...@@ -559,7 +571,7 @@ static HGLOBAL16 ICO_GetIconDirectory(HINSTANCE16 hInst, HFILE32 hFile, LPicoICO ...@@ -559,7 +571,7 @@ static HGLOBAL16 ICO_GetIconDirectory(HINSTANCE16 hInst, HFILE32 hFile, LPicoICO
i = id[2]*sizeof(icoICONDIRENTRY) + sizeof(id); i = id[2]*sizeof(icoICONDIRENTRY) + sizeof(id);
lpiID = (LPicoICONDIR)xmalloc(i); lpiID = (LPicoICONDIR)HeapAlloc( GetProcessHeap(), 0, i);
if( _lread32(hFile,(char*)lpiID->idEntries,i) == i ) if( _lread32(hFile,(char*)lpiID->idEntries,i) == i )
{ {
...@@ -583,7 +595,7 @@ static HGLOBAL16 ICO_GetIconDirectory(HINSTANCE16 hInst, HFILE32 hFile, LPicoICO ...@@ -583,7 +595,7 @@ static HGLOBAL16 ICO_GetIconDirectory(HINSTANCE16 hInst, HFILE32 hFile, LPicoICO
} }
/* fail */ /* fail */
free(lpiID); HeapFree( GetProcessHeap(), 0, lpiID);
return 0; return 0;
} }
...@@ -610,28 +622,25 @@ HGLOBAL16 InternalExtractIcon(HINSTANCE16 hInstance, LPCSTR lpszExeFileName, UIN ...@@ -610,28 +622,25 @@ HGLOBAL16 InternalExtractIcon(HINSTANCE16 hInstance, LPCSTR lpszExeFileName, UIN
*RetPtr = (n == 0xFFFF)? 0: 1; /* error return values */ *RetPtr = (n == 0xFFFF)? 0: 1; /* error return values */
pData = SHELL_GetResourceTable(hFile); if( (pData = SHELL_GetResourceTable(hFile)) )
if( pData )
{ {
HICON16 hIcon = 0; HICON16 hIcon = 0;
BOOL32 icoFile = FALSE; UINT16 iconDirCount = 0;
UINT16 iconDirCount = 0; UINT16 iconCount = 0;
UINT16 iconCount = 0;
NE_TYPEINFO* pTInfo = (NE_TYPEINFO*)(pData + 2); NE_TYPEINFO* pTInfo = (NE_TYPEINFO*)(pData + 2);
NE_NAMEINFO* pIconStorage = NULL; NE_NAMEINFO* pIconStorage = NULL;
NE_NAMEINFO* pIconDir = NULL; NE_NAMEINFO* pIconDir = NULL;
LPicoICONDIR lpiID = NULL; LPicoICONDIR lpiID = NULL;
if( pData == (BYTE*)-1 ) if( pData == (BYTE*)-1 )
{ {
/* check for .ICO file */ /* check for .ICO file */
hIcon = ICO_GetIconDirectory(hInstance, hFile, &lpiID); hIcon = ICO_GetIconDirectory(hInstance, hFile, &lpiID);
if( hIcon ) if( hIcon ) { iconDirCount = 1; iconCount = lpiID->idCount; }
{ icoFile = TRUE; iconDirCount = 1; iconCount = lpiID->idCount; } }
}
else while( pTInfo->type_id && !(pIconStorage && pIconDir) ) else while( pTInfo->type_id && !(pIconStorage && pIconDir) )
{ {
/* find icon directory and icon repository */ /* find icon directory and icon repository */
if( pTInfo->type_id == NE_RSCTYPE_GROUP_ICON ) if( pTInfo->type_id == NE_RSCTYPE_GROUP_ICON )
...@@ -647,45 +656,46 @@ HGLOBAL16 InternalExtractIcon(HINSTANCE16 hInstance, LPCSTR lpszExeFileName, UIN ...@@ -647,45 +656,46 @@ HGLOBAL16 InternalExtractIcon(HINSTANCE16 hInstance, LPCSTR lpszExeFileName, UIN
dprintf_reg(stddeb,"\ttotal icons - %i\n", iconCount); dprintf_reg(stddeb,"\ttotal icons - %i\n", iconCount);
} }
pTInfo = (NE_TYPEINFO *)((char*)(pTInfo+1)+pTInfo->count*sizeof(NE_NAMEINFO)); pTInfo = (NE_TYPEINFO *)((char*)(pTInfo+1)+pTInfo->count*sizeof(NE_NAMEINFO));
} }
/* load resources and create icons */ /* load resources and create icons */
if( (pIconStorage && pIconDir) || icoFile ) if( (pIconStorage && pIconDir) || lpiID )
if( nIconIndex == (UINT16)-1 ) RetPtr[0] = iconDirCount; if( nIconIndex == (UINT16)-1 ) RetPtr[0] = iconDirCount;
else if( nIconIndex < iconDirCount ) else if( nIconIndex < iconDirCount )
{ {
UINT16 i, icon; UINT16 i, icon;
if( n > iconDirCount - nIconIndex ) n = iconDirCount - nIconIndex; if( n > iconDirCount - nIconIndex ) n = iconDirCount - nIconIndex;
for( i = nIconIndex; i < nIconIndex + n; i++ ) for( i = nIconIndex; i < nIconIndex + n; i++ )
{ {
/* .ICO files have only one icon directory */ /* .ICO files have only one icon directory */
if( !icoFile ) if( lpiID == NULL )
hIcon = SHELL_LoadResource( hInstance, hFile, pIconDir + i, hIcon = SHELL_LoadResource( hInstance, hFile, pIconDir + i,
*(WORD*)pData ); *(WORD*)pData );
RetPtr[i-nIconIndex] = GetIconID( hIcon, 3 ); RetPtr[i-nIconIndex] = GetIconID( hIcon, 3 );
GlobalFree16(hIcon); GlobalFree16(hIcon);
} }
for( icon = nIconIndex; icon < nIconIndex + n; icon++ ) for( icon = nIconIndex; icon < nIconIndex + n; icon++ )
{ {
hIcon = 0; hIcon = 0;
if( icoFile ) if( lpiID )
hIcon = ICO_LoadIcon( hInstance, hFile, lpiID->idEntries + RetPtr[icon-nIconIndex]); hIcon = ICO_LoadIcon( hInstance, hFile,
lpiID->idEntries + RetPtr[icon-nIconIndex]);
else else
for( i = 0; i < iconCount; i++ ) for( i = 0; i < iconCount; i++ )
if( pIconStorage[i].id == (RetPtr[icon-nIconIndex] | 0x8000) ) if( pIconStorage[i].id == (RetPtr[icon-nIconIndex] | 0x8000) )
hIcon = SHELL_LoadResource( hInstance, hFile, pIconStorage + i, hIcon = SHELL_LoadResource( hInstance, hFile, pIconStorage + i,
*(WORD*)pData ); *(WORD*)pData );
RetPtr[icon-nIconIndex] = (hIcon)?CURSORICON_LoadHandler( hIcon, hInstance, FALSE ):0; RetPtr[icon-nIconIndex] = (hIcon)?CURSORICON_LoadHandler( hIcon, hInstance, FALSE ):0;
} }
} }
if( icoFile ) free(lpiID); if( lpiID ) HeapFree( GetProcessHeap(), 0, lpiID);
else free(pData); else HeapFree( GetProcessHeap(), 0, pData);
} }
_lclose32( hFile ); _lclose32( hFile );
/* return array with icon handles */ /* return array with icon handles */
...@@ -806,7 +816,7 @@ SEGPTR FindEnvironmentString(LPSTR str) ...@@ -806,7 +816,7 @@ SEGPTR FindEnvironmentString(LPSTR str)
DWORD DoEnvironmentSubst(LPSTR str,WORD length) DWORD DoEnvironmentSubst(LPSTR str,WORD length)
{ {
LPSTR lpEnv = (LPSTR)PTR_SEG_TO_LIN(GetDOSEnvironment()); LPSTR lpEnv = (LPSTR)PTR_SEG_TO_LIN(GetDOSEnvironment());
LPSTR lpBuffer = (LPSTR)xmalloc(length); LPSTR lpBuffer = (LPSTR)HeapAlloc( GetProcessHeap(), 0, length);
LPSTR lpstr = str; LPSTR lpstr = str;
LPSTR lpbstr = lpBuffer; LPSTR lpbstr = lpBuffer;
...@@ -864,7 +874,7 @@ DWORD DoEnvironmentSubst(LPSTR str,WORD length) ...@@ -864,7 +874,7 @@ DWORD DoEnvironmentSubst(LPSTR str,WORD length)
dprintf_reg(stddeb," return %s\n", str); dprintf_reg(stddeb," return %s\n", str);
OemToChar32A(str,str); OemToChar32A(str,str);
free(lpBuffer); HeapFree( GetProcessHeap(), 0, lpBuffer);
/* Return str length in the LOWORD /* Return str length in the LOWORD
* and 1 in HIWORD if subst was successful. * and 1 in HIWORD if subst was successful.
...@@ -873,24 +883,68 @@ DWORD DoEnvironmentSubst(LPSTR str,WORD length) ...@@ -873,24 +883,68 @@ DWORD DoEnvironmentSubst(LPSTR str,WORD length)
} }
/************************************************************************* /*************************************************************************
* RegisterShellHook [SHELL.102] * ShellHookProc [SHELL.103]
* System-wide WH_SHELL hook.
*/ */
int RegisterShellHook(void *ptr) LRESULT ShellHookProc(INT16 code, WPARAM16 wParam, LPARAM lParam)
{ {
fprintf(stdnimp, "RegisterShellHook( %p ) : Empty Stub !!!\n", ptr); dprintf_reg(stddeb,"ShellHookProc: %i, %04x, %08x\n", code, wParam,
return 0; (unsigned)lParam );
if( SHELL_hHook && SHELL_hWnd )
{
UINT16 uMsg = 0;
switch( code )
{
case HSHELL_WINDOWCREATED: uMsg = uMsgWndCreated; break;
case HSHELL_WINDOWDESTROYED: uMsg = uMsgWndDestroyed; break;
case HSHELL_ACTIVATESHELLWINDOW: uMsg = uMsgShellActivate;
}
PostMessage16( SHELL_hWnd, uMsg, wParam, 0 );
}
return CallNextHookEx16( WH_SHELL, code, wParam, lParam );
} }
/************************************************************************* /*************************************************************************
* ShellHookProc [SHELL.103] * RegisterShellHook [SHELL.102]
*/ */
int ShellHookProc(void) BOOL32 RegisterShellHook(HWND16 hWnd, UINT16 uAction)
{ {
fprintf(stdnimp, "ShellHookProc : Empty Stub !!!\n"); dprintf_reg(stddeb,"RegisterShellHook: %04x [%u]\n", hWnd, uAction );
return 0;
switch( uAction )
{
case 2: /* register hWnd as a shell window */
if( !SHELL_hHook )
{
HMODULE16 hShell = GetModuleHandle16( "SHELL" );
SHELL_hHook = SetWindowsHookEx16( WH_SHELL, ShellHookProc,
hShell, 0 );
if( SHELL_hHook )
{
uMsgWndCreated = RegisterWindowMessage32A( lpstrMsgWndCreated );
uMsgWndDestroyed = RegisterWindowMessage32A( lpstrMsgWndDestroyed );
uMsgShellActivate = RegisterWindowMessage32A( lpstrMsgShellActivate );
}
else fprintf( stderr, "\tunable to install ShellHookProc()!\n");
}
if( SHELL_hHook ) return ((SHELL_hWnd = hWnd) != 0);
break;
default:
fprintf( stderr, "RegisterShellHook: unknown code %i\n", uAction );
/* just in case */
SHELL_hWnd = 0;
}
return FALSE;
} }
/************************************************************************* /*************************************************************************
* SHGetFileInfoA [SHELL32.54] * SHGetFileInfoA [SHELL32.54]
*/ */
......
...@@ -1346,6 +1346,8 @@ void DOS3Call( CONTEXT *context ) ...@@ -1346,6 +1346,8 @@ void DOS3Call( CONTEXT *context )
AX_reg(context) = DOS_ExtendedError; AX_reg(context) = DOS_ExtendedError;
SET_CFLAG(context); SET_CFLAG(context);
} }
else AX_reg(context) = 0x0100;
/* intlist: many Microsoft products for Windows rely on this */
break; break;
case 0x47: /* "CWD" - GET CURRENT DIRECTORY */ case 0x47: /* "CWD" - GET CURRENT DIRECTORY */
......
...@@ -693,7 +693,7 @@ BOOL32 DestroyIcon32( HICON32 hIcon ) ...@@ -693,7 +693,7 @@ BOOL32 DestroyIcon32( HICON32 hIcon )
{ {
dprintf_icon( stddeb, "DestroyIcon: %04x\n", hIcon ); dprintf_icon( stddeb, "DestroyIcon: %04x\n", hIcon );
/* FIXME: should check for OEM icon here */ /* FIXME: should check for OEM icon here */
return (GlobalFree16( hIcon ) != 0); return (GlobalFree16( hIcon ) == 0);
} }
......
...@@ -19,6 +19,47 @@ ...@@ -19,6 +19,47 @@
extern void CLIPPING_UpdateGCRegion(DC* ); extern void CLIPPING_UpdateGCRegion(DC* );
/*********************************************************************** /***********************************************************************
* DIB_GetImageWidthBytesX11
*
* Return the width of an X image in bytes
*/
int DIB_GetImageWidthBytesX11( int width, int depth )
{
int wbits;
XImage *testimage;
#define DEPTHCASE(depth) \
case depth: { \
static int w##depth = 0; \
if (! w##depth ) { \
testimage=XCreateImage(display,DefaultVisualOfScreen(screen),\
depth,ZPixmap,0,NULL,1,1,32,20); \
w##depth = testimage->bits_per_pixel; \
XDestroyImage(testimage); \
} \
wbits = width*w##depth; \
break; \
}
switch(depth)
{
DEPTHCASE(1);
DEPTHCASE(4);
DEPTHCASE(8);
DEPTHCASE(15);
DEPTHCASE(16);
DEPTHCASE(24);
DEPTHCASE(32);
default:
fprintf(stderr, "DIB: unsupported depth %d.\n", depth );
/* assume 32 bits/pixel */
wbits = width*32;
break;
}
return 4 * ((wbits+31)/32);
}
/***********************************************************************
* DIB_GetImageWidthBytes * DIB_GetImageWidthBytes
* *
* Return the width of an X image in bytes * Return the width of an X image in bytes
...@@ -840,7 +881,7 @@ INT32 GetDIBits32( HDC32 hdc, HBITMAP32 hbitmap, UINT32 startscan, ...@@ -840,7 +881,7 @@ INT32 GetDIBits32( HDC32 hdc, HBITMAP32 hbitmap, UINT32 startscan,
dibImage = XCreateImage(display, DefaultVisualOfScreen( screen ), dibImage = XCreateImage(display, DefaultVisualOfScreen( screen ),
info->bmiHeader.biBitCount, ZPixmap, 0, bits, info->bmiHeader.biBitCount, ZPixmap, 0, bits,
info->bmiHeader.biWidth, info->bmiHeader.biHeight, info->bmiHeader.biWidth, info->bmiHeader.biHeight,
32, DIB_GetImageWidthBytes( info->bmiHeader.biWidth, 32, DIB_GetImageWidthBytesX11(info->bmiHeader.biWidth,
info->bmiHeader.biBitCount ) ); info->bmiHeader.biBitCount ) );
if( dibImage ) if( dibImage )
{ {
......
...@@ -690,14 +690,48 @@ void PlayMetaFileRecord16( HDC16 hdc, HANDLETABLE16 *ht, METARECORD *mr, ...@@ -690,14 +690,48 @@ void PlayMetaFileRecord16( HDC16 hdc, HANDLETABLE16 *ht, METARECORD *mr,
DeleteDC32(hdcSrc); DeleteDC32(hdcSrc);
} }
break; break;
/* --- Begin of new metafile operations. April, 1997 (ak) ----*/
case META_CREATEREGION:
{
int i;
HRGN32 h1,h2,hrgn=CreateRectRgn32(mr->rdParam[7],mr->rdParam[8],
mr->rdParam[9],mr->rdParam[10]);
for (i=0,h1=CreateRectRgn32(0,0,0,0);i<mr->rdParam[5];i++)
{
if (mr->rdParam[11+i*6]==2)
{
h2=CreateRectRgn32(mr->rdParam[14+i*6],mr->rdParam[12+i*6],
mr->rdParam[15+i*6],mr->rdParam[13+i*6]);
CombineRgn32(hrgn,h1,h2,mr->rdParam[16+i*6]); /* e.g. RGN_OR */
h1=hrgn;
}
}
MF_AddHandle(ht, nHandles,hrgn);
}
break;
case META_FILLREGION:
FillRgn16(hdc, *(ht->objectHandle + *(mr->rdParam)),
*(ht->objectHandle + *(mr->rdParam+1)));
break;
case META_INVERTREGION:
InvertRgn16(hdc, *(ht->objectHandle + *(mr->rdParam)));
break;
case META_PAINTREGION:
PaintRgn16(hdc, *(ht->objectHandle + *(mr->rdParam)));
break;
case META_SELECTCLIPREGION:
SelectClipRgn32(hdc, *(ht->objectHandle + *(mr->rdParam)));
break;
#define META_UNIMP(x) case x: fprintf(stderr,"PlayMetaFileRecord:record type "#x" not implemented.\n");break; #define META_UNIMP(x) case x: fprintf(stderr,"PlayMetaFileRecord:record type "#x" not implemented.\n");break;
META_UNIMP(META_SETTEXTCHAREXTRA) META_UNIMP(META_SETTEXTCHAREXTRA)
META_UNIMP(META_SETTEXTJUSTIFICATION) META_UNIMP(META_SETTEXTJUSTIFICATION)
META_UNIMP(META_FILLREGION)
META_UNIMP(META_FRAMEREGION) META_UNIMP(META_FRAMEREGION)
META_UNIMP(META_INVERTREGION)
META_UNIMP(META_PAINTREGION)
META_UNIMP(META_SELECTCLIPREGION)
META_UNIMP(META_DRAWTEXT) META_UNIMP(META_DRAWTEXT)
META_UNIMP(META_SETDIBTODEV) META_UNIMP(META_SETDIBTODEV)
META_UNIMP(META_ANIMATEPALETTE) META_UNIMP(META_ANIMATEPALETTE)
......
...@@ -169,7 +169,8 @@ BOOL32 ResizePalette32( HPALETTE32 hPal, UINT32 cEntries ) ...@@ -169,7 +169,8 @@ BOOL32 ResizePalette32( HPALETTE32 hPal, UINT32 cEntries )
int* mapping = NULL; int* mapping = NULL;
dprintf_palette(stddeb,"ResizePalette: hpal = %04x, prev = %i, new = %i\n", dprintf_palette(stddeb,"ResizePalette: hpal = %04x, prev = %i, new = %i\n",
hPal, (palPtr)? -1: palPtr->logpalette.palNumEntries, cEntries ); hPal, palPtr ? palPtr->logpalette.palNumEntries : -1,
cEntries );
if( !palPtr ) return FALSE; if( !palPtr ) return FALSE;
cPrevEnt = palPtr->logpalette.palNumEntries; cPrevEnt = palPtr->logpalette.palNumEntries;
prevVer = palPtr->logpalette.palVersion; prevVer = palPtr->logpalette.palVersion;
...@@ -178,7 +179,7 @@ BOOL32 ResizePalette32( HPALETTE32 hPal, UINT32 cEntries ) ...@@ -178,7 +179,7 @@ BOOL32 ResizePalette32( HPALETTE32 hPal, UINT32 cEntries )
size += sizeof(int*) + sizeof(GDIOBJHDR); size += sizeof(int*) + sizeof(GDIOBJHDR);
mapping = palPtr->mapping; mapping = palPtr->mapping;
GDI_HEAP_REALLOC( hPal, size ); hPal = GDI_HEAP_REALLOC( hPal, size );
palPtr = (PALETTEOBJ *) GDI_GetObjPtr( hPal, PALETTE_MAGIC ); palPtr = (PALETTEOBJ *) GDI_GetObjPtr( hPal, PALETTE_MAGIC );
if( !palPtr ) return FALSE; if( !palPtr ) return FALSE;
......
...@@ -751,7 +751,16 @@ HANDLE32 GetStdHandle( DWORD std_handle ) ...@@ -751,7 +751,16 @@ HANDLE32 GetStdHandle( DWORD std_handle )
return INVALID_HANDLE_VALUE32; return INVALID_HANDLE_VALUE32;
} }
hFile = FILE_DupUnixHandle( fd ); hFile = FILE_DupUnixHandle( fd );
if (hFile != HFILE_ERROR32) FILE_SetFileType( hFile, FILE_TYPE_CHAR ); if (hFile != HFILE_ERROR32)
{
FILE_SetFileType( hFile, FILE_TYPE_CHAR );
switch(std_handle)
{
case STD_INPUT_HANDLE: pCurrentProcess->env_db->hStdin=hFile; break;
case STD_OUTPUT_HANDLE: pCurrentProcess->env_db->hStdout=hFile; break;
case STD_ERROR_HANDLE: pCurrentProcess->env_db->hStderr=hFile; break;
}
}
return hFile; return hFile;
} }
......
...@@ -8,10 +8,12 @@ MODULE = windows ...@@ -8,10 +8,12 @@ MODULE = windows
C_SRCS = \ C_SRCS = \
caret.c \ caret.c \
class.c \ class.c \
clipboard.c \
dce.c \ dce.c \
defdlg.c \ defdlg.c \
defwnd.c \ defwnd.c \
dialog.c \ dialog.c \
driver.c \
event.c \ event.c \
focus.c \ focus.c \
graphics.c \ graphics.c \
...@@ -24,11 +26,14 @@ C_SRCS = \ ...@@ -24,11 +26,14 @@ C_SRCS = \
painting.c \ painting.c \
property.c \ property.c \
queue.c \ queue.c \
rect.c \
scroll.c \ scroll.c \
syscolor.c \ syscolor.c \
sysmetrics.c \ sysmetrics.c \
timer.c \ timer.c \
user.c \
win.c \ win.c \
winhelp.c \
winpos.c \ winpos.c \
winproc.c winproc.c
......
...@@ -575,12 +575,13 @@ static void HOOK_UnMap32To16Common(INT32 id, INT32 code, WPARAM32 wParamOrig, ...@@ -575,12 +575,13 @@ static void HOOK_UnMap32To16Common(INT32 id, INT32 code, WPARAM32 wParamOrig,
case WH_CALLWNDPROC: case WH_CALLWNDPROC:
{ {
void (*localUnMap)(UINT32, WPARAM16, LPARAM, LRESULT) void (*localUnMap)(UINT32, WPARAM32, LPARAM, MSGPARAM16* )
= (bA) ? WINPROC_UnmapMsg32ATo16 : WINPROC_UnmapMsg32WTo16; = (bA) ? WINPROC_UnmapMsg32ATo16 : WINPROC_UnmapMsg32WTo16;
LPCWPSTRUCT16 lpcwp16 = (LPCWPSTRUCT16)PTR_SEG_TO_LIN(lParam); LPCWPSTRUCT16 lpcwp16 = (LPCWPSTRUCT16)PTR_SEG_TO_LIN(lParam);
LPCWPSTRUCT32 lpcwp32 = (LPCWPSTRUCT32)lParamOrig; LPCWPSTRUCT32 lpcwp32 = (LPCWPSTRUCT32)lParamOrig;
MSGPARAM16 mp16 = { lpcwp16->wParam, lpcwp16->lParam, 0 };
(*localUnMap)(lpcwp32->message, lpcwp16->wParam, lpcwp16->lParam, 0 ); (*localUnMap)(lpcwp32->message, lpcwp32->wParam, lpcwp32->lParam, &mp16 );
SEGPTR_FREE( PTR_SEG_TO_LIN(lParam) ); SEGPTR_FREE( PTR_SEG_TO_LIN(lParam) );
break; break;
} }
......
...@@ -1035,50 +1035,76 @@ INT32 ToAscii32( ...@@ -1035,50 +1035,76 @@ INT32 ToAscii32(
switch (keysym) switch (keysym)
{ {
/* symbolic ASCII is the same as defined in rfc1345 */ /* symbolic ASCII is the same as defined in rfc1345 */
#ifdef XK_dead_tilde
case XK_dead_tilde : case XK_dead_tilde :
#endif
case 0x1000FE7E : /* Xfree's XK_Dtilde */ case 0x1000FE7E : /* Xfree's XK_Dtilde */
dead_char = '~'; /* '? */ dead_char = '~'; /* '? */
break; break;
#ifdef XK_dead_acute
case XK_dead_acute : case XK_dead_acute :
#endif
case 0x1000FE27 : /* Xfree's XK_Dacute_accent */ case 0x1000FE27 : /* Xfree's XK_Dacute_accent */
dead_char = 0xb4; /* '' */ dead_char = 0xb4; /* '' */
break; break;
#ifdef XK_dead_circumflex
case XK_dead_circumflex : case XK_dead_circumflex :
#endif
case 0x1000FE5E : /* Xfree's XK_Dcircumflex_accent */ case 0x1000FE5E : /* Xfree's XK_Dcircumflex_accent */
dead_char = '^'; /* '> */ dead_char = '^'; /* '> */
break; break;
#ifdef XK_dead_grave
case XK_dead_grave : case XK_dead_grave :
#endif
case 0x1000FE60 : /* Xfree's XK_Dgrave_accent */ case 0x1000FE60 : /* Xfree's XK_Dgrave_accent */
dead_char = '`'; /* '! */ dead_char = '`'; /* '! */
break; break;
#ifdef XK_dead_diaeresis
case XK_dead_diaeresis : case XK_dead_diaeresis :
#endif
case 0x1000FE22 : /* Xfree's XK_Ddiaeresis */ case 0x1000FE22 : /* Xfree's XK_Ddiaeresis */
dead_char = 0xa8; /* ': */ dead_char = 0xa8; /* ': */
break; break;
#ifdef XK_dead_cedilla
case XK_dead_cedilla : case XK_dead_cedilla :
dead_char = 0xb8; /* ', */ dead_char = 0xb8; /* ', */
break; break;
#endif
#ifdef XK_dead_macron
case XK_dead_macron : case XK_dead_macron :
dead_char = '-'; /* 'm isn't defined on iso-8859-x */ dead_char = '-'; /* 'm isn't defined on iso-8859-x */
break; break;
#endif
#ifdef XK_dead_breve
case XK_dead_breve : case XK_dead_breve :
dead_char = 0xa2; /* '( */ dead_char = 0xa2; /* '( */
break; break;
#endif
#ifdef XK_dead_abovedot
case XK_dead_abovedot : case XK_dead_abovedot :
dead_char = 0xff; /* '. */ dead_char = 0xff; /* '. */
break; break;
#endif
#ifdef XK_dead_abovering
case XK_dead_abovering : case XK_dead_abovering :
dead_char = '0'; /* '0 isn't defined on iso-8859-x */ dead_char = '0'; /* '0 isn't defined on iso-8859-x */
break; break;
#endif
#ifdef XK_dead_doubleacute
case XK_dead_doubleacute : case XK_dead_doubleacute :
dead_char = 0xbd; /* '" */ dead_char = 0xbd; /* '" */
break; break;
#endif
#ifdef XK_dead_caron
case XK_dead_caron : case XK_dead_caron :
dead_char = 0xb7; /* '< */ dead_char = 0xb7; /* '< */
break; break;
#endif
#ifdef XK_dead_ogonek
case XK_dead_ogonek : case XK_dead_ogonek :
dead_char = 0xb2; /* '; */ dead_char = 0xb2; /* '; */
break; break;
#endif
/* FIXME: I don't know this three. /* FIXME: I don't know this three.
case XK_dead_iota : case XK_dead_iota :
dead_char = 'i'; dead_char = 'i';
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "windows.h" #include "windows.h"
#include "heap.h"
#include "gdi.h" #include "gdi.h"
#include "user.h" #include "user.h"
#include "task.h" #include "task.h"
...@@ -137,3 +138,67 @@ void USER_AppExit( HTASK16 hTask, HINSTANCE16 hInstance, HQUEUE16 hQueue ) ...@@ -137,3 +138,67 @@ void USER_AppExit( HTASK16 hTask, HINSTANCE16 hInstance, HQUEUE16 hQueue )
QUEUE_DeleteMsgQueue( hQueue ); QUEUE_DeleteMsgQueue( hQueue );
} }
/***********************************************************************
* USER_ExitWindows
*
* Clean-up everything and exit the Wine process.
* This is the back-end of ExitWindows(), called when all windows
* have agreed to be terminated.
*/
void USER_ExitWindows(void)
{
/* Do the clean-up stuff */
WriteOutProfiles();
SHELL_SaveRegistry();
exit(0);
}
/***********************************************************************
* ExitWindows16 (USER.7)
*/
BOOL16 ExitWindows16( DWORD dwReturnCode, UINT16 wReserved )
{
return ExitWindowsEx( EWX_LOGOFF, 0xffffffff );
}
/***********************************************************************
* ExitWindowsEx (USER32.195)
*/
BOOL32 ExitWindowsEx( UINT32 flags, DWORD reserved )
{
int i;
BOOL32 result;
WND **list, **ppWnd;
/* We have to build a list of all windows first, as in EnumWindows */
if (!(list = WIN_BuildWinArray( WIN_GetDesktop() ))) return FALSE;
/* Send a WM_QUERYENDSESSION message to every window */
for (ppWnd = list, i = 0; *ppWnd; ppWnd++, i++)
{
/* Make sure that the window still exists */
if (!IsWindow32( (*ppWnd)->hwndSelf )) continue;
if (!SendMessage16( (*ppWnd)->hwndSelf, WM_QUERYENDSESSION, 0, 0 ))
break;
}
result = !(*ppWnd);
/* Now notify all windows that got a WM_QUERYENDSESSION of the result */
for (ppWnd = list; i > 0; i--, ppWnd++)
{
if (!IsWindow32( (*ppWnd)->hwndSelf )) continue;
SendMessage16( (*ppWnd)->hwndSelf, WM_ENDSESSION, result, 0 );
}
HeapFree( SystemHeap, 0, list );
if (result) USER_ExitWindows();
return FALSE;
}
/* /*
* Windows Exec & Help * Windows Help
*/ */
#include <stdlib.h> #include <stdlib.h>
...@@ -8,76 +8,7 @@ ...@@ -8,76 +8,7 @@
#include <unistd.h> #include <unistd.h>
#include "windows.h" #include "windows.h"
#include "heap.h" #include "heap.h"
#include "neexe.h" #include "ldt.h"
#include "shell.h"
#include "stddebug.h"
#include "debug.h"
#include "win.h"
/***********************************************************************
* EXEC_ExitWindows
*
* Clean-up everything and exit the Wine process.
* This is the back-end of ExitWindows(), called when all windows
* have agreed to be terminated.
*/
void EXEC_ExitWindows(void)
{
/* Do the clean-up stuff */
WriteOutProfiles();
SHELL_SaveRegistry();
exit(0);
}
/***********************************************************************
* ExitWindows16 (USER.7)
*/
BOOL16 ExitWindows16( DWORD dwReturnCode, UINT16 wReserved )
{
return ExitWindowsEx( EWX_LOGOFF, 0xffffffff );
}
/***********************************************************************
* ExitWindowsEx (USER32.195)
*/
BOOL32 ExitWindowsEx( UINT32 flags, DWORD reserved )
{
int i;
BOOL32 result;
WND **list, **ppWnd;
/* We have to build a list of all windows first, as in EnumWindows */
if (!(list = WIN_BuildWinArray( WIN_GetDesktop() ))) return FALSE;
/* Send a WM_QUERYENDSESSION message to every window */
for (ppWnd = list, i = 0; *ppWnd; ppWnd++, i++)
{
/* Make sure that the window still exists */
if (!IsWindow32( (*ppWnd)->hwndSelf )) continue;
if (!SendMessage16( (*ppWnd)->hwndSelf, WM_QUERYENDSESSION, 0, 0 ))
break;
}
result = !(*ppWnd);
/* Now notify all windows that got a WM_QUERYENDSESSION of the result */
for (ppWnd = list; i > 0; i--, ppWnd++)
{
if (!IsWindow32( (*ppWnd)->hwndSelf )) continue;
SendMessage16( (*ppWnd)->hwndSelf, WM_ENDSESSION, result, 0 );
}
HeapFree( SystemHeap, 0, list );
if (result) EXEC_ExitWindows();
return FALSE;
}
/********************************************************************** /**********************************************************************
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include "stddebug.h" #include "stddebug.h"
#include "debug.h" #include "debug.h"
/* Window procedure 16--to-32-bit thunk, /* Window procedure 16-to-32-bit thunk,
* see BuildSpec16Files() in tools/build.c */ * see BuildSpec16Files() in tools/build.c */
typedef struct typedef struct
...@@ -1416,8 +1416,8 @@ INT32 WINPROC_MapMsg32ATo16( UINT32 msg32, WPARAM32 wParam32, UINT16 *pmsg16, ...@@ -1416,8 +1416,8 @@ INT32 WINPROC_MapMsg32ATo16( UINT32 msg32, WPARAM32 wParam32, UINT16 *pmsg16,
* *
* Unmap a message that was mapped from 32-bit Ansi to 16-bit. * Unmap a message that was mapped from 32-bit Ansi to 16-bit.
*/ */
void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM16 wParam, void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM32 wParam,
LPARAM lParam, LRESULT lResult ) LPARAM lParam, MSGPARAM16* p16 )
{ {
switch(msg) switch(msg)
{ {
...@@ -1439,15 +1439,15 @@ void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM16 wParam, ...@@ -1439,15 +1439,15 @@ void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM16 wParam,
case WM_DELETEITEM: case WM_DELETEITEM:
case WM_DRAWITEM: case WM_DRAWITEM:
case WM_SETTEXT: case WM_SETTEXT:
SEGPTR_FREE( PTR_SEG_TO_LIN(lParam) ); SEGPTR_FREE( PTR_SEG_TO_LIN(p16->lParam) );
break; break;
case CB_GETDROPPEDCONTROLRECT32: case CB_GETDROPPEDCONTROLRECT32:
case LB_GETITEMRECT32: case LB_GETITEMRECT32:
{ {
RECT16 *rect = (RECT16 *)PTR_SEG_TO_LIN(lParam); RECT16 *rect = (RECT16 *)PTR_SEG_TO_LIN(p16->lParam);
lParam = *(LPARAM *)(rect + 1); p16->lParam = *(LPARAM *)(rect + 1);
CONV_RECT16TO32( rect, (RECT32 *)lParam ); CONV_RECT16TO32( rect, (RECT32 *)(p16->lParam));
SEGPTR_FREE( rect ); SEGPTR_FREE( rect );
} }
break; break;
...@@ -1455,29 +1455,27 @@ void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM16 wParam, ...@@ -1455,29 +1455,27 @@ void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM16 wParam,
{ {
INT32 i; INT32 i;
LPINT16 items = (LPINT16)PTR_SEG_TO_LIN(lParam); LPINT16 items = (LPINT16)PTR_SEG_TO_LIN(lParam);
lParam = *((LPARAM *)items - 1); p16->lParam = *((LPARAM *)items - 1);
for (i = 0; i < wParam; i++) *((LPINT32)lParam + i) = items[i]; for (i = 0; i < p16->wParam; i++) *((LPINT32)(p16->lParam) + i) = items[i];
SEGPTR_FREE( (LPARAM *)items - 1 ); SEGPTR_FREE( (LPARAM *)items - 1 );
} }
break; break;
case CB_GETEDITSEL32: case CB_GETEDITSEL32:
/*
if( wParam ) if( wParam )
*((LPUINT32)wParam) = LOWORD(lResult); *((LPUINT32)(wParam)) = LOWORD(p16->lResult);
if( lParam ) if( lParam )
*((LPUINT32)lParam) = HIWORD(lResult); *((LPUINT32)(lParam)) = HIWORD(p16->lResult); /* FIXME: substract 1? */
*/
break; break;
case LB_GETTEXT32: case LB_GETTEXT32:
case CB_GETLBTEXT32: case CB_GETLBTEXT32:
UnMapLS( (SEGPTR)lParam ); UnMapLS( (SEGPTR)(p16->lParam) );
break; break;
case WM_MEASUREITEM: case WM_MEASUREITEM:
{ {
MEASUREITEMSTRUCT16 *mis = (MEASUREITEMSTRUCT16 *)PTR_SEG_TO_LIN(lParam); MEASUREITEMSTRUCT16 *mis = (MEASUREITEMSTRUCT16 *)PTR_SEG_TO_LIN(p16->lParam);
MEASUREITEMSTRUCT32 *mis32 = *(MEASUREITEMSTRUCT32 **)(mis + 1); MEASUREITEMSTRUCT32 *mis32 = *(MEASUREITEMSTRUCT32 **)(mis + 1);
mis32->itemWidth = mis->itemWidth; mis32->itemWidth = mis->itemWidth;
mis32->itemHeight = mis->itemHeight; mis32->itemHeight = mis->itemHeight;
...@@ -1486,23 +1484,23 @@ void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM16 wParam, ...@@ -1486,23 +1484,23 @@ void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM16 wParam,
break; break;
case WM_GETMINMAXINFO: case WM_GETMINMAXINFO:
{ {
MINMAXINFO16 *mmi = (MINMAXINFO16 *)PTR_SEG_TO_LIN(lParam); MINMAXINFO16 *mmi = (MINMAXINFO16 *)PTR_SEG_TO_LIN(p16->lParam);
lParam = *(LPARAM *)(mmi + 1); p16->lParam = *(LPARAM *)(mmi + 1);
STRUCT32_MINMAXINFO16to32( mmi, (MINMAXINFO32 *)lParam ); STRUCT32_MINMAXINFO16to32( mmi, (MINMAXINFO32 *)(p16->lParam) );
SEGPTR_FREE(mmi); SEGPTR_FREE(mmi);
} }
break; break;
case WM_GETTEXT: case WM_GETTEXT:
{ {
LPSTR str = (LPSTR)PTR_SEG_TO_LIN(lParam); LPSTR str = (LPSTR)PTR_SEG_TO_LIN(p16->lParam);
lParam = *((LPARAM *)str - 1); p16->lParam = *((LPARAM *)str - 1);
lstrcpyn32A( (LPSTR)lParam, str, wParam ); lstrcpyn32A( (LPSTR)(p16->lParam), str, p16->wParam );
SEGPTR_FREE( (LPARAM *)str - 1 ); SEGPTR_FREE( (LPARAM *)str - 1 );
} }
break; break;
case WM_MDICREATE: case WM_MDICREATE:
{ {
MDICREATESTRUCT16 *cs = (MDICREATESTRUCT16*)PTR_SEG_TO_LIN(lParam); MDICREATESTRUCT16 *cs = (MDICREATESTRUCT16*)PTR_SEG_TO_LIN(p16->lParam);
SEGPTR_FREE( PTR_SEG_TO_LIN(cs->szTitle) ); SEGPTR_FREE( PTR_SEG_TO_LIN(cs->szTitle) );
SEGPTR_FREE( PTR_SEG_TO_LIN(cs->szClass) ); SEGPTR_FREE( PTR_SEG_TO_LIN(cs->szClass) );
SEGPTR_FREE( cs ); SEGPTR_FREE( cs );
...@@ -1511,11 +1509,11 @@ void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM16 wParam, ...@@ -1511,11 +1509,11 @@ void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM16 wParam,
case WM_NCCALCSIZE: case WM_NCCALCSIZE:
{ {
NCCALCSIZE_PARAMS32 *nc32; NCCALCSIZE_PARAMS32 *nc32;
NCCALCSIZE_PARAMS16 *nc = (NCCALCSIZE_PARAMS16 *)PTR_SEG_TO_LIN(lParam); NCCALCSIZE_PARAMS16 *nc = (NCCALCSIZE_PARAMS16 *)PTR_SEG_TO_LIN(p16->lParam);
lParam = *(LPARAM *)(nc + 1); p16->lParam = *(LPARAM *)(nc + 1);
nc32 = (NCCALCSIZE_PARAMS32 *)lParam; nc32 = (NCCALCSIZE_PARAMS32 *)(p16->lParam);
CONV_RECT16TO32( &nc->rgrc[0], &nc32->rgrc[0] ); CONV_RECT16TO32( &nc->rgrc[0], &nc32->rgrc[0] );
if (wParam) if (p16->wParam)
{ {
CONV_RECT16TO32( &nc->rgrc[1], &nc32->rgrc[1] ); CONV_RECT16TO32( &nc->rgrc[1], &nc32->rgrc[1] );
CONV_RECT16TO32( &nc->rgrc[2], &nc32->rgrc[2] ); CONV_RECT16TO32( &nc->rgrc[2], &nc32->rgrc[2] );
...@@ -1529,7 +1527,7 @@ void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM16 wParam, ...@@ -1529,7 +1527,7 @@ void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM16 wParam,
case WM_NCCREATE: case WM_NCCREATE:
case WM_CREATE: case WM_CREATE:
{ {
CREATESTRUCT16 *cs = (CREATESTRUCT16 *)PTR_SEG_TO_LIN(lParam); CREATESTRUCT16 *cs = (CREATESTRUCT16 *)PTR_SEG_TO_LIN(p16->lParam);
SEGPTR_FREE( PTR_SEG_TO_LIN(cs->lpszName) ); SEGPTR_FREE( PTR_SEG_TO_LIN(cs->lpszName) );
SEGPTR_FREE( PTR_SEG_TO_LIN(cs->lpszClass) ); SEGPTR_FREE( PTR_SEG_TO_LIN(cs->lpszClass) );
SEGPTR_FREE( cs ); SEGPTR_FREE( cs );
...@@ -1538,9 +1536,9 @@ void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM16 wParam, ...@@ -1538,9 +1536,9 @@ void WINPROC_UnmapMsg32ATo16( UINT32 msg, WPARAM16 wParam,
case WM_WINDOWPOSCHANGING: case WM_WINDOWPOSCHANGING:
case WM_WINDOWPOSCHANGED: case WM_WINDOWPOSCHANGED:
{ {
WINDOWPOS16 *wp = (WINDOWPOS16 *)PTR_SEG_TO_LIN(lParam); WINDOWPOS16 *wp = (WINDOWPOS16 *)PTR_SEG_TO_LIN(p16->lParam);
lParam = *(LPARAM *)(wp + 1); p16->lParam = *(LPARAM *)(wp + 1);
STRUCT32_WINDOWPOS16to32( wp, (WINDOWPOS32 *)lParam ); STRUCT32_WINDOWPOS16to32( wp, (WINDOWPOS32 *)p16->lParam );
SEGPTR_FREE(wp); SEGPTR_FREE(wp);
} }
break; break;
...@@ -1646,21 +1644,21 @@ INT32 WINPROC_MapMsg32WTo16( UINT32 msg32, WPARAM32 wParam32, UINT16 *pmsg16, ...@@ -1646,21 +1644,21 @@ INT32 WINPROC_MapMsg32WTo16( UINT32 msg32, WPARAM32 wParam32, UINT16 *pmsg16,
* *
* Unmap a message that was mapped from 32-bit Unicode to 16-bit. * Unmap a message that was mapped from 32-bit Unicode to 16-bit.
*/ */
void WINPROC_UnmapMsg32WTo16( UINT32 msg, WPARAM16 wParam, void WINPROC_UnmapMsg32WTo16( UINT32 msg, WPARAM32 wParam,
LPARAM lParam, LRESULT lResult ) LPARAM lParam, MSGPARAM16* p16 )
{ {
switch(msg) switch(msg)
{ {
case WM_GETTEXT: case WM_GETTEXT:
{ {
LPSTR str = (LPSTR)PTR_SEG_TO_LIN(lParam); LPSTR str = (LPSTR)PTR_SEG_TO_LIN(p16->lParam);
lParam = *((LPARAM *)str - 1); p16->lParam = *((LPARAM *)str - 1);
lstrcpyAtoW( (LPWSTR)lParam, str ); lstrcpyAtoW( (LPWSTR)(p16->lParam), str );
SEGPTR_FREE( (LPARAM *)str - 1 ); SEGPTR_FREE( (LPARAM *)str - 1 );
} }
break; break;
default: default:
WINPROC_UnmapMsg32ATo16( msg, wParam, lParam, lResult ); WINPROC_UnmapMsg32ATo16( msg, wParam, lParam, p16 );
break; break;
} }
} }
...@@ -1753,19 +1751,20 @@ static LRESULT WINPROC_CallProc32ATo16( WNDPROC16 func, HWND32 hwnd, ...@@ -1753,19 +1751,20 @@ static LRESULT WINPROC_CallProc32ATo16( WNDPROC16 func, HWND32 hwnd,
UINT32 msg, WPARAM32 wParam, UINT32 msg, WPARAM32 wParam,
LPARAM lParam ) LPARAM lParam )
{ {
LRESULT result;
UINT16 msg16; UINT16 msg16;
WPARAM16 wParam16; MSGPARAM16 mp16;
WND *wndPtr = WIN_FindWndPtr( hwnd ); WND *wndPtr = WIN_FindWndPtr( hwnd );
WORD ds = CURRENT_DS; WORD ds = CURRENT_DS;
if (WINPROC_MapMsg32ATo16( msg, wParam, &msg16, &wParam16, &lParam ) == -1) mp16.lParam = lParam;
if (WINPROC_MapMsg32ATo16( msg, wParam,
&msg16, &mp16.wParam, &mp16.lParam ) == -1)
return 0; return 0;
if (wndPtr) CURRENT_DS = wndPtr->hInstance; if (wndPtr) CURRENT_DS = wndPtr->hInstance;
result = CallWndProc16( func, hwnd, msg16, wParam16, lParam ); mp16.lResult = CallWndProc16( func, hwnd, msg16, mp16.wParam, mp16.lParam );
CURRENT_DS = ds; CURRENT_DS = ds;
WINPROC_UnmapMsg32ATo16( msg, wParam16, lParam, result ); WINPROC_UnmapMsg32ATo16( msg, wParam, lParam, &mp16 );
return result; return mp16.lResult;
} }
...@@ -1778,19 +1777,19 @@ static LRESULT WINPROC_CallProc32WTo16( WNDPROC16 func, HWND32 hwnd, ...@@ -1778,19 +1777,19 @@ static LRESULT WINPROC_CallProc32WTo16( WNDPROC16 func, HWND32 hwnd,
UINT32 msg, WPARAM32 wParam, UINT32 msg, WPARAM32 wParam,
LPARAM lParam ) LPARAM lParam )
{ {
LRESULT result;
UINT16 msg16; UINT16 msg16;
WPARAM16 wParam16; MSGPARAM16 mp16;
WND *wndPtr = WIN_FindWndPtr( hwnd ); WND *wndPtr = WIN_FindWndPtr( hwnd );
WORD ds = CURRENT_DS; WORD ds = CURRENT_DS;
if (WINPROC_MapMsg32WTo16( msg, wParam, &msg16, &wParam16, &lParam ) == -1) mp16.lParam = lParam;
if (WINPROC_MapMsg32WTo16( msg, wParam, &msg16, &mp16.wParam, &mp16.lParam ) == -1)
return 0; return 0;
if (wndPtr) CURRENT_DS = wndPtr->hInstance; if (wndPtr) CURRENT_DS = wndPtr->hInstance;
result = CallWndProc16( func, hwnd, msg16, wParam16, lParam ); mp16.lResult = CallWndProc16( func, hwnd, msg16, mp16.wParam, mp16.lParam );
CURRENT_DS = ds; CURRENT_DS = ds;
WINPROC_UnmapMsg32WTo16( msg, wParam16, lParam, result ); WINPROC_UnmapMsg32WTo16( msg, wParam, lParam, &mp16 );
return result; return mp16.lResult;
} }
......
...@@ -65,15 +65,15 @@ Enter the debugger before starting application ...@@ -65,15 +65,15 @@ Enter the debugger before starting application
.I -debugmsg name[,name] .I -debugmsg name[,name]
Turn debugging messages on or off - for instance, Turn debugging messages on or off - for instance,
.I -debugmsg +dll,+heap .I -debugmsg +dll,+heap
will turn on DLL and heap debugging messages. The full list is: will turn on DLL and heap debugging messages. The full list is: all, accel,
all, accel, atom, bitblt, bitmap, caret, cdaudio, class, clipboard, clipping, atom, bitblt, bitmap, caret, cdaudio, class, clipboard, clipping, combo,
combo, comm, commdlg, crtdll, cursor, dc, dde, dialog, dll, dosfs, driver, edit, comm, commdlg, crtdll, cursor, dc, dde, dialog, dll, dosfs, driver, edit,
env, event, exec, file, fixup, font, gdi, global, graphics, heap, hook, icon, env, event, exec, file, fixup, font, gdi, global, graphics, heap, hook,
int, key, keyboard, ldt, listbox, local, mci, mcianim, mciwave, mdi, menu, icon, int, key, keyboard, ldt, listbox, local, mci, mcianim, mciwave, mdi,
message, metafile, midi, mmio, mmsys, mmtime, module, msg, nonclient, ole, menu, message, metafile, midi, mmio, mmsys, mmtime, module, msg, nonclient,
palette, profile, prop, reg, region, relay, resource, scroll, selector, ole, palette, profile, prop, reg, region, relay, resource, scroll, selector,
sem, sendmsg, shm, stress, syscolor, task, text, timer, toolhelp, ver, vxd, win, sem, sendmsg, shm, stress, string, syscolor, task, text, timer, toolhelp,
win32, winsock. ver, vxd, win, win32, winsock.
.TP .TP
.I -depth n .I -depth n
Change the depth to use for multiple-depth screens Change the depth to use for multiple-depth screens
......
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