search for: int_ptr

Displaying 6 results from an estimated 6 matches for "int_ptr".

Did you mean: int2ptr
2010 May 15
2
Wineboot: useless dialog
Hi! I wonder about something, which disturb me: thisone (wineboot.c): Code: static INT_PTR CALLBACK wait_dlgproc( HWND hwnd, UINT msg, WPARAM wp, LPARAM lp ) { switch (msg) { case WM_INITDIALOG: { WCHAR *buffer, text[1024]; const WCHAR *name = (WCHAR *)lp; HICON icon = LoadImageW( 0, (LPCWSTR)IDI_WINLOGO, IMAGE_ICON, 48, 48, LR_SHAR...
2003 Dec 19
2
[LLVMdev] Union Type
...ry address". The "or near" part is necessary because alignment rules might cause one of the members to start at a non-zero offset from the start of the memory object. In my particular case in Stacker, I have tried to do something like: %foo = global [10 x int]; void %func() { %int_ptr = getelementptr [10 x int]* %foo, long 0, long 0; %int_val = load int* %int_ptr; %char_ptr = cast int %int_val to char*; %oops = load char* %char_ptr; } The above will probably work on a 32-bit platform where pointers are the same size as int. However, on a 64-bit platform, a pointer i...
2007 Jun 01
0
Wine release 0.9.38
...ed by compilation in 64-bit mode. kernel32/tests: Fix a problem revealed by compilation in 64-bit mode. user32/tests: Fix a problem revealed by compilation in 64-bit mode. winedbg: Fix a problem revealed by compilation in 64-bit mode. wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. gdi32: Perform consistency checks when loading an EMF, add a test case. oleaut32: Add support for loading and drawing metafiles. winebuild: Mark builtin DLLs as IMAGE_FILE_LARGE_ADDRESS_AWARE on a 64-bit platform. gdi32: Make SetDCHook 64-bit s...
2008 Jun 27
0
Wine release 1.1.0
...en reading binary data to VT_EMPTY variant. quartz: Prevent heap corruption if IPropertyBag_Read fails. Alexandre Julliard (36): winex11: Check for matching pixel format in wglMakeCurrent. winex11: Avoid erasing the window when changing the pixel format. cabinet: Always use INT_PTR for handles. kernel32: The first argument of GetBinaryType is a string. server: Move the process pipe hangup handling into kill_process. winex11: Only register an XIM callback if we can't open the XIM right away. winspool: Don't print NULL pointers in traces. s...
2008 Apr 14
10
wine asio
Does wine asio still work with the current version of WINE? I tried installing it per the instructions and it didn't want to make.
2009 Jan 16
0
Wine release 1.1.13
...in resource strings. regedit: Convert error box display to Unicode. include/msvcrt: Replace va_list by __ms_va_list for x86_64. msvcrt: Correctly walk up the list of trylevels in except_handler3. user32/tests: Fix most of the macro abuse in the menu test. opengl32: Use INT_PTR instead of ptrdiff_t in generated code to avoid printf warnings. opengl32: Automatically download the GL spec files in make_opengl. Add a default value for the OpenGL version. msvcrt/tests: Avoid printing pointer differences in traces. ntdll/tests: Avoid printing pointer differenc...