search for: ulong_ptr

Displaying 9 results from an estimated 9 matches for "ulong_ptr".

2011 Aug 13
3
User32::MENU_CopySysPopup problem
When this code may fail? Code: /*********************************************************************** * MENU_CopySysPopup * * Return the default system menu. */ static HMENU MENU_CopySysPopup(BOOL mdi) { static const WCHAR sysmenuW[] = {'S','Y','S','M','E','N','U',0}; static const WCHAR sysmenumdiW[] =
2001 Oct 17
1
save cpu !
Hello everybody ! I have just installed Wine. I have test it with several programs and I find it is wonderfull ! When I am running MSWLogo (a Logo environment) on Wine, it eats all my CPU. The problem is not very important if I start one session, but if I start several sessions, it becomes a real problem. In our school we have a big Linux server and 24 x-terms ... Is it possible to introduce a
2011 Nov 02
3
[LLVMdev] [PATCH] LLVM 3.0 broken in lib/Support/Windows/DynamicLibrary.inc
...1b4 100644 --- a/lib/Support/Windows/DynamicLibrary.inc +++ b/lib/Support/Windows/DynamicLibrary.inc @@ -43,10 +43,34 @@ static DenseSet<HMODULE> *OpenedHandles; extern "C" { - static BOOL CALLBACK ELM_Callback(WIN32_ELMCB_PCSTR ModuleName, - ULONG_PTR ModuleBase, +// Use old callback if: +// - Not using Visual Studio +// - Visual Studio 2005 or earlier but only if we are not using the Windows SDK +// or Windows SDK version is older than 6.0 +// Use new callback if: +// - Newer Visual Studio (comes with newer SDK). +// - Visual Studio 2005...
2018 Nov 23
0
Wine release 3.21
...ox: Disable LBS_NODATA if styles are incompatible with it. comctl32/listbox: Make SetCount fail if LBS_NODATA is not set. shell32/autocomplete: Hide the listbox when the text is changed programmatically. shell32/tests: Test WM_SETTEXT with AutoComplete. comctl32/listbox: Use ULONG_PTR instead of DWORD when retrieving text without HAS_STRINGS. comctl32/listbox: Always retrieve zeros in LB_GETTEXT for LBS_NODATA listboxes. comctl32/listbox: Return 0 from LB_GETITEMDATA for LBS_NODATA listboxes. comctl32/listbox: Don't set any data for LBS_NODATA listboxes....
2019 Aug 16
0
Wine release 4.14
...l_spec_t to type_new_array(). widl: Pass a decl_spec_t to type_new_alias(). RĂ©mi Bernon (9): ntdll: Add alloc_type parameter to virtual_map_section and top_down to map_image. ntdll: Directly call internal functions from APC handler. ntdll: Change zero_bits parameter type to ULONG_PTR for NtMapViewOfSection and NtAllocateVirtualMemory. ntdll/tests: Factor WoW64 checks and add is_win64 constant. ntdll/tests: Use MEM_TOP_DOWN parameter to consistently fail zero_bits tests. ntdll/tests: Update zero_bits > 31 test case to validate bitmask behavior. ntdll:...
2007 Jun 29
0
Wine release 0.9.40
...DI_ReleaseObj. Francois Gouget (11): regedit: Add missing '\n' to an error message. regedit: Don't allow square-bracketed registry paths on the command line (to match native). regedit: Merge getRegClass() and getRegKeyName() to form parseKeyName(). winapi_check: ULONG_PTR is a 'long --pointer', not a 'long'. shlwapi: Update win32.api to fix the winapi_check warnings. crypt32/tests: Fix compilation on systems that don't support nameless unions. advapi32: Add more RegGetValue() conformance tests, and fix Wine accordingly. wi...
2020 Mar 27
0
Wine release 5.5
...sions. shell32/tests: Remove now useless forced 0x0501 API versions. include: Remove comment about now old NTDDI_VERSION. psapi/tests: NtQueryVirtualMemory() 3rd parameter is MEMORY_INFORMATION_CLASS, not ULONG. advapi32: CryptReleaseContext() dwFlags parameter is DWORD, not ULONG_PTR. advapi32: Use standard refcount in CRYPTPROV. advapi32: Fix CryptReleaseContext() last error on NULL provider. advapi32/tests: Check all CryptReleaseContext() calls. advapi32/tests: Add more cases for CryptReleaseContext(). ntdll/tests: Remove now useless forced 0x500...
2008 Dec 20
0
Wine release 1.1.11
...urrentTeb is not exported on x86_64. msvcrt: The _CI* math functions are only exported on i386. msvcrt: Add a few more *_func functions to replace the __p_* ones. msvcrt: The __p_* functions are only exported on i386. msvcrt: Rename _ftime to avoid conflicts. widl: Use ULONG_PTR instead of unsigned long for pointer casts in generated code. winetest: Use main instead of WinMain as entry point. winebuild: Generate stub entry points for x86_64. ntdll: Add support for dynamically generated stub entry points. msvcrt: Rewrite va_list to string conversions...
2009 Dec 18
0
Wine release 1.1.35
...dge (11): imagehlp: Implement ImageRemoveCertificate. imagehlp/tests: Add tests for adding/removing multiple certificates. imagehlp: Check for 64-bit PE files in CheckSumMappedFile. imagehlp: Recalculate PE checksum after file modification. include: Redefine LHANDLE as ULONG_PTR. mapi32: Correct the Simple MAPI parameters. winemapi: Add skeleton for new Wine MAPI provider. winemapi: Add Simple MAPI functions. winemapi: Implement MAPISendMail. wine.inf: Add winemapi.dll to the mail clients section. mapi32: Remove fallback procedure in MAP...