Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3A2ED3EE.5E8243A4@sattel.com> Date: Wed, 06 Dec 2000 16:03:58 -0800 From: Bruce Edge Organization: Sattel Global Networks X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.15-4mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: cygwin support Subject: Checking for 95 vs. NT at runtime References: <4 DOT 3 DOT 1 DOT 2 DOT 20001206142217 DOT 02101860 AT pop DOT ma DOT ultranet DOT com> <3A2E8EBA DOT 5EEB6BA3 AT sattel DOT com> <4 DOT 3 DOT 1 DOT 2 DOT 20001206142217 DOT 02101860 AT pop DOT ma DOT ultranet DOT com> <4 DOT 3 DOT 1 DOT 2 DOT 20001206143908 DOT 02110758 AT pop DOT ma DOT ultranet DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Can you tell from the cygwin API whether you're running under NT or 95? I saw the thread that contained: if (! is_winnt) { ...your w9x specific code... } The definition of is_winnt is used eg. in `cygwin_utils.c': #define is_winnt (GetVersion() < 0x80000000) but GetVersion is undefined. Thanks, Bruce. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com