search for: wine_get_unix_file_name

Displaying 4 results from an estimated 4 matches for "wine_get_unix_file_name".

2008 May 09
4
VB6 and wine_get_unix_file_name
Hello, I'm trying to make a function for using wine_get_unix_file_name in VB6 programs. Private Declare Function lstrcpyA Lib "kernel32.dll" (ByVal lpString1 As String, ByVal lpString2 As Long) As Long Public Declare Function GetProcessHeap Lib "kernel32" () As Long Public Declare Function HeapFree Lib "kernel32" (ByVal hHeap As Lon...
2010 Jun 04
2
How to determine if file is within the prefix/bottle or not?
I'd like to put a warning into my application that warns the user if they try to store their document inside the prefix/bottle. (In other words I want to help the user avoid putting user data under the "drive_c" folder.) I know that some folders are redirects, such as C:\Users\{user}\Desktop refers to the Desktop folder in the user's real profile, so this is safe, as well as
2018 May 14
0
Wine release 3.0.1
...): include: Add d3d11.1 and d3d11.2 constants to d3d11.idl. winedbg: Handle byte-sized registers in cpu_register() and cpu_register_hex_from(). Huw D. M. Davies (4): oleaut32: Fix vtable offset for a SYS_WIN32 typelib loaded on WIN64. winebrowser: Fix calling convention for wine_get_unix_file_name(). winedbg: Fix the operand order of some XMM instructions. winedbg: Add cvtdq2ps and cvtps2pd opcodes. Jacek Caban (1): mshtml: Use nsIDOMEvent directly to prevent default event handling in dispatch_event_object. James Woodcock (1): msvcrt: Gets() should handle EOF on std...
2018 Feb 02
0
Wine release 3.1
...s in texture_resource_sub_resource_map(). wined3d: Replace the pool in struct wined3d_sub_resource_desc with resource access flags. wined3d: Replace the pool in struct wined3d_resource_desc with resource access flags. Huw D. M. Davies (13): winebrowser: Fix calling convention for wine_get_unix_file_name(). hhctrl: Use a helper to free the wintype structure. hhctrl: Fix loading of the wintype data on 64-bit. ole32: Implement saving of view cache entries. oleaut32/tests: Remove some no longer needed test work-arounds. oleaut32: Fix vtable offset for a SYS_WIN32 typelib...