This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem finding equivalent functions


----- Original Message -----
From: "Yogesh Kini" <yogesh.kini@gmail.com>
To: <gcc-help@gcc.gnu.org>
Sent: Friday, March 04, 2005 5:20 PM
Subject: Problem finding equivalent functions


> Hi,
> There are some functions like _wfopen, _wgetcwd available when using
> Microsoft VC++ compiler. Are there any equivalents in gcc.
>

Yep - at least those two functions are defined in the MinGW port of gcc (for
Win32). I found them by doing a Windows 'Search' of my MinGW directory for
'*.h' files containing texts '_wfopen' and '_wgetcwd' respectively. (They're
in wchar.h.)

Cheers,
Rob


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]