Gisle Vanem schreef op 2015-07-07 21:43:
> waterlan wrote:
> 
>> int main (int argc, char *argv[])
>> {
>> # ifdef __MINGW64__
>>     int _dowildcard = -1; /* enable wildcard expansion for Win64 */
>> # endif
> 
> Shouldn't '_dowildcard = -1' be at the module level?
> 
>    int _dowildcard = -1; /* enable wildcard expansion for Win64 */
> 
>    int main (int argc, char *argv[])
>    {
>    ...  // to late here.

No. It works for me here.


-- 
Erwin Waterlander
http://waterlan.home.xs4all.nl/

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to