search for: __wgetmainargs

Displaying 14 results from an estimated 14 matches for "__wgetmainargs".

2013 Mar 19
3
Patch to add Unicode filename support for win32 flac
On 19.3.2013 15:49, JonY wrote: > On 3/19/2013 19:59, Janne Hyv?rinen wrote: >> On 18.3.2013 12:25, Erik de Castro Lopo wrote: >>> JonY wrote: >>> >>>> Before anyone does anything, see __wgetmainargs >>>> <http://msdn.microsoft.com/en-us/library/ff770599.aspx>. >>>> >>>> It can expand wildcards. Since it already provides argc/argv/env, it is >>>> more a less a drop-in replacement for the main() arguments. >>> +1 >>> >&gt...
2013 Mar 18
6
Patch to add Unicode filename support for win32 flac
...__utils_printf(stderr, 1, "ERROR: yada yada\n"); > #endif > > This is a small un-obtrusive change that I fully support. > > I would however like to see it sooner rather than later so we can get > this damn thing released :-). > Before anyone does anything, see __wgetmainargs <http://msdn.microsoft.com/en-us/library/ff770599.aspx>. It can expand wildcards. Since it already provides argc/argv/env, it is more a less a drop-in replacement for the main() arguments. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Typ...
2013 Mar 19
2
Patch to add Unicode filename support for win32 flac
On 18.3.2013 12:25, Erik de Castro Lopo wrote: > JonY wrote: > >> Before anyone does anything, see __wgetmainargs >> <http://msdn.microsoft.com/en-us/library/ff770599.aspx>. >> >> It can expand wildcards. Since it already provides argc/argv/env, it is >> more a less a drop-in replacement for the main() arguments. > +1 > > Erik Alright, here's a patch utilizing this f...
2013 Mar 19
0
Patch to add Unicode filename support for win32 flac
On 3/19/2013 19:59, Janne Hyv?rinen wrote: > On 18.3.2013 12:25, Erik de Castro Lopo wrote: >> JonY wrote: >> >>> Before anyone does anything, see __wgetmainargs >>> <http://msdn.microsoft.com/en-us/library/ff770599.aspx>. >>> >>> It can expand wildcards. Since it already provides argc/argv/env, it is >>> more a less a drop-in replacement for the main() arguments. >> +1 >> >> Erik > > Alrigh...
2013 Mar 18
1
Patch to add Unicode filename support for win32 flac
On 3/18/2013 19:34, LRN wrote: > On 18.03.2013 13:35, JonY wrote: >> Before anyone does anything, see __wgetmainargs >> <http://msdn.microsoft.com/en-us/library/ff770599.aspx>. > >> It can expand wildcards. Since it already provides argc/argv/env, >> it is more a less a drop-in replacement for the main() arguments. > I can't find its version info. MSDN only documents it as far...
2013 Mar 19
0
Patch to add Unicode filename support for win32 flac
...On 19.03.2013 20:35, Janne Hyv?rinen wrote: > > On 19.3.2013 15:49, JonY wrote: >> On 3/19/2013 19:59, Janne Hyv?rinen wrote: >>> On 18.3.2013 12:25, Erik de Castro Lopo wrote: >>>> JonY wrote: >>>> >>>>> Before anyone does anything, see __wgetmainargs >>>>> <http://msdn.microsoft.com/en-us/library/ff770599.aspx>. >>>>> >>>>> It can expand wildcards. Since it already provides >>>>> argc/argv/env, it is more a less a drop-in replacement for >>>>> the main() argument...
2013 Mar 19
1
Patch to add Unicode filename support for win32 flac
...35, Janne Hyv?rinen wrote: >> On 19.3.2013 15:49, JonY wrote: >>> On 3/19/2013 19:59, Janne Hyv?rinen wrote: >>>> On 18.3.2013 12:25, Erik de Castro Lopo wrote: >>>>> JonY wrote: >>>>> >>>>>> Before anyone does anything, see __wgetmainargs >>>>>> <http://msdn.microsoft.com/en-us/library/ff770599.aspx>. >>>>>> >>>>>> It can expand wildcards. Since it already provides >>>>>> argc/argv/env, it is more a less a drop-in replacement for >>>>>> t...
2013 Mar 18
0
Patch to add Unicode filename support for win32 flac
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 18.03.2013 13:35, JonY wrote: > Before anyone does anything, see __wgetmainargs > <http://msdn.microsoft.com/en-us/library/ff770599.aspx>. > > It can expand wildcards. Since it already provides argc/argv/env, > it is more a less a drop-in replacement for the main() arguments. I can't find its version info. MSDN only documents it as far as VS2010 (normal...
2014 Jun 27
0
[PATCH 5] underscore fixes
* The first patch replaces _declspec with __declspec. * The second patch replaces __wgetmainargs_ with __wgetmainargs_t and __wgetmainargs with wgetmainargs. Reason: names that begin with double underscore are reserved. -------------- next part -------------- A non-text attachment was scrubbed... Name: 5.1_declspec.patch Type: application/octet-stream Size: 882 bytes Desc: not available Url :...
2013 Mar 18
2
Patch to add Unicode filename support for win32 flac
On Mar 17, 2013, at 03:57, LRN wrote: > /me looks at chmod and utime wrappers: > Ah, i knew i've missed something! :) > Also, i didn't consider wildcards (i thought shell was supposed to > handle them...). I believe that shell does handle wildcards on all Unix variants, including OSX. Since Windows does not handle them, I suggest that the main flac code not be littered
2014 Sep 18
3
patch for win_utf8_io.c: vsnprintf_s vs. MinGW
lvqcl wrote: > Oops. It seems that vsnprintf_s isn't always available on MinGW platform: > MinGW declares this function only if MINGW_HAS_SECURE_API macro is defined. > That's because WinXP version of msvcrt.dll doesn't contain secure functions > like vsnprintf_s. > > Maybe it's better to revert vsnprintf_s to vsprintf or to use vnsprintf? Ok, we need to drop
2013 Mar 05
3
Answering the Hydrogen Audio thread
Take a look at how the Opus Tools package handles it. So far as I remember, it requires minimal changes to the file(s) containing references to the main entry point and to fopen. It imports the command line arguments as wchar_t and converts them to UTF-8, and has replacement functions for fopen and some text output that accept UTF-8 instead of ANSI. I think it automatically kicks in on definition
2013 Mar 18
0
flac-dev Digest, Vol 100, Issue 42
...da yada\n"); > > #endif > > > > This is a small un-obtrusive change that I fully support. > > > > I would however like to see it sooner rather than later so we can get > > this damn thing released :-). > > > > Before anyone does anything, see __wgetmainargs > <http://msdn.microsoft.com/en-us/library/ff770599.aspx>. > > It can expand wildcards. Since it already provides argc/argv/env, it is > more a less a drop-in replacement for the main() arguments. > > > > _______________________________________________ > flac-dev ma...
2012 Dec 21
0
Wine release 1.5.20
...Added _mbsnbcoll_l implementation. msvcrt: Don't flush stream in fputs function. msvcrt: Support expand_wildcards parameter in __getmainargs function. msvcrt: Fixed wildcard expanding when path is specified in __getmainargs. msvcrt: Support expand_wildcards parameter in __wgetmainargs function. msvcrt: Added __getmainargs tests. msvcrt: Don't duplicate floating-point number parsing code in MSVCRT__atoflt_l. msvcrt: Added _atodbl_l implementation. msvcrt: Added _atodbl tests. msvcrt: Sync spec files. wined3d: Recognize Nvidia GT610 card....