From: ian AT cygnus DOT com (Ian Lance Taylor) Subject: Re: SIOCGIFCONF 27 May 1998 15:20:01 -0700 Message-ID: <199805272151.RAA09635.cygnus.cygwin32.developers@subrogation.cygnus.com> References: To: newsham AT lava DOT net Cc: cygwin32-developers AT cygnus DOT com From: newsham AT lava DOT net (Tim Newsham) Date: Wed, 27 May 1998 11:22:33 -1000 (HST) One question: Registry access functions are in -ladvapi32. What would be the implication of using these advapi32 routines from within cygwin? cygwin already uses routines from advapi32 (see registry.cc), so the additional implication would be zero. In fact, if you use those routines yourself, your code will be a bit simpler. Ian