Displaying 4 results from an estimated 4 matches for "createfile2".
Did you mean:
createfilew
2018 Aug 18
1
[PATCH] move CreateFile() function from libFLAC
...utf8():
1) #ifdef _WIN32 ... #endif
2) #if defined _WIN32 && !defined __CYGWIN__ ... #endif
3) #if defined _MSC_VER || defined __MINGW32__ ... #endif
It seems for me that the 2nd version makes more sense,so I replaced
them all with it.
Also this patch removes WINAPI_FAMILY_PARTITION ... CreateFile2 etc
stuff from the code.
The file src/share/grabbag/file.c contains non-UWP function
GetFileInformationByHandle,
and nobody complained, so it's OK to use non-UWP
CreateFileA/CreateFileW as well.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: move_function_Cr...
2020 Sep 11
0
Wine release 5.17
...helper as get_vertical_name.
gdi32: Build full name from family + style when missing.
gdi32: Rename StyleName to style_name for consistency.
gdi32: Use fixed size array for family and english name.
gdi32: Compare full name before discarding faces.
kernelbase: Also pass CreateFile2 file flags to CreateFileW.
user32: Return TRUE from ShowWindow(SW_SHOW) if already visible.
Zebediah Figura (36):
quartz/vmr9: Avoid leaking the presenter's reference to the d3d9 device.
winegstreamer: Fix a leak in gstdecoder_source_get_media_type().
amstream/tests: Av...
2013 Sep 27
0
Wine release 1.7.3
...roid.
Alistair Leslie-Hughes (2):
dbs.idl: Add type DB_NUMERIC.
oledb32: Correct DataLinks interface for win64.
Andrew Eikum (2):
oleaut32: Implement VarDecRound.
oleaut32: Implement ICreateTypeInfo::SetFuncDocString.
Andr? Hentschel (6):
kernel32/tests: Add initial CreateFile2 tests based on the CreateFileW tests.
msvcrt/tests: Load the correct function on ARM.
include: Don't redefine _GNU_SOURCE.
wininet/tests: Don't test function directly when reporting GetLastError().
ws2_32/tests: Don't test function directly when reporting WSAGetL...
2013 Sep 13
0
Wine release 1.7.2
...s an ActiveX control.
mshtml: Free advpack after use.
Andr? Hentschel (6):
msvcrt: Export fabsf on ARM and x86_64.
xinput1_4: Add new dll based on xinput1_3.
winedump: Add and use IMAGE_DELAYLOAD_DESCRIPTOR.
include: Add delayloadhandler.h.
kernel32: Add partial CreateFile2 implementation.
kernel32/tests: Add tests for ResolveDelayLoadedAPI.
Aric Stewart (4):
Unicode Private Use Area is also rotated by tategaki.
gdi32: GetCharWidth32A/W return positive widths for all layouts and various DC transforms.
gdi32: ABC value signs remain the same des...