search for: _unlink

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

Did you mean: unlink
2009 Nov 11
2
typo in docs for unlink()
...platforms, and may be ignored, with a warning", which could be interpreted as implying no special action when recursive=TRUE is not implemented (other than a warning()), and the VALUE section doesn't say what the return value will be under such conditions. I've skimmed the various *_unlink functions in src/main/platform.c, and it looks like they all implement recursive=TRUE, so I'm still in the dark about the required behavior on systems that don't support it. Could this be clarified in the help file? thanks, Tony Plate
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...e.c(313) : warning C4996: 'unlink' was declared deprecated 14> c:\program files\microsoft visual studio 8\vc\include\io.h(224) : see declaration of 'unlink' 14> Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.' 14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\decode.c(727) : warning C4996: 'fopen' was declared deprecated 14> c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen...
2017 Oct 13
0
Wine release 2.19
...a script. vbscript/tests: Expose todo_wine_ok function to scripts. vbscript/tests: Add more function call tests with array arguments. vbscript: Reimplement array_access function. Stefan Dösinger (5): msvcp140: Export _Remove_dir. msvcp: Implement the WCHAR version of _Unlink. msvcp: Implement the WCHAR version of _Symlink. msvcp: Implement the WCHAR version of _Link. msvcp140/tests: Port test_Unlink to msvcp140. Vadim Druzhin (1): comctl32/tests: Add tests for LVM_APPROXIMATEVIEWRECT in LVS_REPORT mode. Vincent Povirk (6): gdiplus: Store...
2016 Mar 04
0
Wine release 1.9.5
...derr is sharing it. msvcrt/tests: Add close tests on file descriptors that use the same HANDLE. msvcp120: Add _Thrd_start implementation. msvcp110: Add _Pad class stub. msvcp110: Add _Pad implementation. msvcp120/tests: Added _Pad class tests. msvcp120/tests: Run _Unlink tests inside temp directory. msvcp110: Add _Thrd_detach implementation. msvcp100: Add std::system_category() implementation. msvcp100: Add std::generic_category() implementation. msvcrt: Fix 64-bit _CxxThrowException implementation. Sebastian Lackner (19): ntdll/tests...