search for: winternl

Displaying 15 results from an estimated 15 matches for "winternl".

2005 Nov 03
0
compile error: server/event.c
...make depend $ make make[1]: Entering directory `/home/geri/src/wine/server' gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe -mpreferred-stack-boundary=2 \ -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o event.o event.c In file included from event.c:29: ../include/winternl.h:2040: error: parse error before "va_list" ../include/winternl.h:2211: error: parse error before "va_list" ../include/winternl.h:2212: error: parse error before "va_list" make[1]: *** [event.o] Error 1 make[1]: Leaving directory `/home/geri/src/wine/server' make:...
2005 May 04
1
ZBrush 2 - Unhandled exception (thread 0009), starting debugger -
...Usage: winedbg [--auto] [--gdb] cmdline And then if I write: > winedbg --auto ZBrush.exe i get: WineDbg starting on pid 0xa In 32 bit mode. 0x432ce6e6 start_process+0xca [/home/luca/Wine-20050419/wine-20050419/dlls/kernel/../../include/winternl.h:1412] in kernel32: jmp 0x432ce6dc start_process+0xc0 [/home/luca/Wine-20050419/wine-20050419/dlls/kernel/process.c:1047] in kernel32 Unable to open file '/home/luca/Wine-20050419/wine-20050419/dlls/kernel/../../include/winternl.h' Modu...
2005 Jan 03
0
dlls continued
...is about what overflowed last try err:syslevel:_CheckNotSysLevel Holding lock 0x408891e0 level 3 then: wine: Unhandled exception (thread 003b), starting debugger... WineDbg starting on pid 0x3a In 32 bit mode. 0x403730b7 _CheckNotSysLevel+0x43 [/home/david/wine-20041201/dlls/kernel/../../include/winternl.h:1283] in kernel32: jmp 0x40373096 _CheckNotSysLevel+0x22 [/home/david/wine-20041201/dlls/kernel/syslevel.c:183] in kernel32 1283 static inline void WINAPI DbgBreakPoint(void) { __asm__ __volatile__("int3"); } Wine-dbg> then when I tried to copy that, <sob> habit b...
2018 Jul 09
0
Wine release 3.12
...ions of SERVICES_*_DATABASEW for generic compilers. include: Add missing type declaration to CERT_EFSBLOB_VALUE_NAME. iphlpapi: Cast caddr_t to char* before doing pointer arithmetic. gdi32: Add DECLSPEC_HOTPATCH to GetDIBits. include: Add SYSTEM_FIRMWARE_TABLE_INFORMATION to winternl.h. Alexander Morozov (1): ntoskrnl.exe: Improve KeInitializeTimerEx stub. Alexandre Julliard (8): schedsvc: Only restart the directory watch once we've received data. user32: Don't copy window bits to or from the dummy surface. server: Add a couple of rectangle hel...
2019 Jul 05
0
Wine release 4.12
...ts: Add more debugger tests. server: Fix debug event order in generate_startup_debug_events. kernel32: Terminate process in unhandled exception handler. ntdll: Implement DbgUiIssueRemoteBreakin. kernel32: Reimplement DebugBreakProcess on top of DbgUiIssueRemoteBreakin. winternl.h: Remove inline DbgBreakPoint version. kernel32: Use DebugBreakProcess in DebugActiveProcess. server: Remove no longer needed break_process. server: Rename cpu_type_t to client_cpu_t. winmm: Use condition variable to sleep in timer thread. winmm: Build with msvcrt. J...
2013 Sep 13
0
Wine release 1.7.2
...ually return the mount point in get_device_mount_point on Mac OS. ntdll: Add a configure check for the tcdrain function. gdi32: Add more helpers for converting font sizes to logical coordinates. gdi32: Add a check for overflow in DIB dimensions. taskmgr: Use definitions from winternl.h instead of duplicating them. Alistair Leslie-Hughes (1): msdasc.idl: Correctly register DataLinks. Andrew Cook (1): kernel32: Fix argument order for NtIsProcessInJob. Andrew Eikum (8): oleaut32: Improve TYPEDESC encoding for unknown VARTYPEs. oleaut32: Apply TKIND_DISPA...
2015 Mar 20
0
Wine release 1.7.39
...t wait on mixer thread exit on dsound release. Austin English (6): dxdiagn: Add bNoHardware stub property. include: Add ASN1*string* definitions/functions. include: Add some missing entries in hidusage.h. include: Add remaining function prototypes in msasn1.h. include/winternl.h: Use ntdef.h where possible. setupx.dll16: Add a DiOpenClassRegKey stub. Bernhard ?belacker (1): wined3d: Recognize Nvidia GeForce 8100 with Nouveau driver (bug). Bruno Jesus (11): ws2_32/tests: Move second WSACleanup test elsewhere. ws2_32/tests: Fix a NT4 crash due to...
2011 Jul 08
0
Wine release 1.3.24
...e indic lexical functions. Austin English (2): kernel32: Stub a few of the numa functions. ws2_32: Define sipx_network / sipx_node for DragonFly BSD. Austin Lund (3): ntoskrnl.exe: Made KdDebuggerEnabled a boolean and set to false. include: Added OBJECT_TYPE_INFORMATION to winternl.h. ntdll/tests: Added tests for ObjectTypeInformation class in NtQueryObject. Charles Welton (2): d3dx9: Implement Begin and End methods. d3dx9: Implemented tests for ID3DXLine's Begin and End methods. Damjan Jovanovic (1): rpcrt4: Implement RpcNetworkInqProtseqs. Dan...
2006 Nov 10
0
Wine release 0.9.25
...Add missing '\n' to Wine trace. uxtheme: winerror.h must not define the E_PROP_*_UNSUPPORTED macros. setupapi: setupapi.h must not define HSTRING_TABLE and the StringTable* prototypes. secur32: sspi.h must not include wtypes.h. Fix ntsecapi.h so it does not depend on winternl.h. include: The PSDK headers don't define WM_SYSTIMER so we shouldn't either. include: Add missing include directives to d3d8.h and d3d9.h. include/dshow.h: Add missing include directives. include/oledlg.h: Add missing include directives. include/usp10.h: Add m...
2012 Sep 14
0
Wine release 1.5.13
...etHttpInfo if OnResponse was not called. jscript: Don't leave current scope in return statement before evaluating the expression. jscript: Added support for host objects being part of scope chain. textstor.idl: Added TS_ST_CORRECTION declaration. James Eder (8): include/winternl.h: Fix CPU_FEATURE_3DNOW bit mask. kernel32: Use PROCESSOR_FEATURE_MAX in IsProcessorFeaturePresent. kernel32: Remove outdated comment. ntdll: Remove outdated comment. ntdll: Return as many PROCESSOR_POWER_INFORMATIONs as there are CPUs. wineboot: Expect one PROCESSOR_...
2007 Jun 01
0
Wine release 0.9.38
...nchronize debug output between X11DRV_KeyEvent and X11DRV_ToUnicodeEx. basetsd.h: Add a bunch of PSDK compatible macros/inline functions for 64-bit safe type conversions. kernel32: Fix the size of ThreadAffinityMask to match PSDK. basetsd.h: Fix a typo in the parameter name. winternl.h: Make the fields of the PROCESS_BASIC_INFORMATION structure use same type width as a PSDK one. widl: Fix compilation warnings in 64-bit mode. ntdll: Fix compilation warnings in 64-bit mode. kernel32: Fix compilation warnings in 64-bit mode. comctl32/tests: Fix some problem...
2007 Oct 26
0
Wine release 0.9.48
...rogress dialog. advapi32: Fix CreateWellKnownSid test on Windows XP. advapi32: Add a well known sid. Miko?aj Zalewski (4): advapi32/tests: Make the SDDL test pass under Vista. advapi32/tests: Define OBJECT_BASIC_INFORMATION in source file as it is not defined in Windows SDK winternl.h. advapi32: Add a test for CreateWellKnownSid and implement two more SIDs. advapi32: Make CreateWellKnownSid create domain sids (with test). Nigel Liang (1): wininet: Release object in HttpEndRequestW after use. Rob Shearman (33): ntdll: Fix NtAccessCheck for NULL, but pr...
2011 Nov 18
0
Wine release 1.3.33
...niuc (6): include: Fixup "long" numeric constants in commctrl.h. include: Make "long" numeric constants LP64/LLP64 proof (mmddk.h). include: Fixup "long" numeric constants in vfw.h. include: Drop "l" modifiers from numeric constants in winternl.h. include: Make "long" numeric constants LP64/LLP64 proof (tapi.h). include: Make "long" numeric constants LP64/LLP64 proof (shlwapi.h). Nikolay Sivov (18): msxml3: Fix IDispatch support for IXMLDocument. msxml3: Support IDispatch in IXMLElement....
2009 Dec 04
0
Wine release 1.1.34
...menus. shell32: Deal better with spaces in ASSOCSTR_COMMAND values. Dan Kegel (5): gdi32: Fix minor read buffer overrun in CombineRgn. advpack: fix off-by-one error in AdvInstallFileW that caused buffer overrun. ntdll: Implement RtlGetNtGlobalFlags(), add related defines to winternl.h. kernel32: Fix write buffer overrun in format_insertW. user32/tests: Allocate big enough buffer for UnpackDDElParam test. Detlef Riekenberg (3): commdlg: Fix a copy&paste typo. advapi32: Dump the guid in a FIXME. wineps: Don't depend on 16-bit PrinterData fu...
2004 Oct 28
5
How to help improving Wine?
Hi, I really did my best to understand how I can help improving Wine, but I did not succed. Well, everything started when I installed a win application on my Debian 3.1, Wine 2004.07.16 deb (clean install, no dlls). The application is ALOHA (http://www.epa.gov/ceppo/cameo/aloha.htm) It's a free application from US-Environment Protection Agency used for chemical emergency planning (I am an