[cfe-dev] New warning for mismatched include case
    Konstantin Tokarev 
    annulen at yandex.ru
       
    Fri Jul 27 12:51:07 PDT 2012
    
    
  
27.07.2012, 22:34, "Joshua Warner" <allpowerful32 at gmail.com>:
> On windows, at least, there is an API that could help with this: just get a (windows) handle to the file via OpenFile / CreateFile, then query the handle's filename.  See http://msdn.microsoft.com/en-us/library/windows/desktop/aa366789(v=vs.85).aspx.I suspect there are similar ways to do it for mac and linux.
On Mac and Linux this issue is not very relevant, because native Linux filesystems are case-sensitive, and on Mac it's quite easy to create case-sensitive partition for source code.
-- 
Regards,
Konstantin
    
    
More information about the cfe-dev
mailing list