This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin 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: thunk createDirectory and createFile calls


Robert Collins wrote:
> Corinna Vinschen wrote:
> 
>> On Fri, Nov 14, 2003 at 08:41:21PM +1100, Robert Collins wrote:
>> 
>>> inline
>>> BOOL cygwin_create_directory (LPCTSTR filename,
>>> LPSECURITY_ATTRIBUTES sec_attr) {
>>>  return CreateDirectory(filename, sec_attr);
>> 
>>            ^^^^^^^^^^^^^^^
>>    CreateDirectoryA?
> 
> Ah, yeh.

Also, I think LPCTSTR should be LPCSTR ? (and also in the CreateFile case)

Max.


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