thunk createDirectory and createFile calls

Max Bowsher maxb@ukf.net
Fri Nov 14 11:46:00 GMT 2003


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.



More information about the Cygwin-patches mailing list