This is the mail archive of the cygwin-apps 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]

#ifdef WIN32 in setup sources


Hi,

can somebody explain to me why we have a lot of places related to
file I/O where setup.exe has two codepaths, along the lines of

  #if defined(WIN32) && !defined (_CYGWIN_)
    ...
  #else
    ...
  #endif

IIUC, the second codepath is never used anyway.  So, why bother?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


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