Changeset 351717f in git for Singular/extra.cc


Ignore:
Timestamp:
Oct 1, 2014, 2:50:09 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
57aada1852e42727c6b0903d65418eddb4abee45
Parents:
13f5550f4e162b9943b3d7381410d63ab917fe7f
Message:
windows port: use __CYGWIN__ instead of ix86_Win
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    • Property mode changed from 100644 to 100755
    r13f555 r351717f  
    136136#endif
    137137
    138 #ifdef ix86_Win /* only for the DLLTest */
     138#ifdef __CYGWIN__ /* only for the DLLTest */
    139139/* #include "WinDllTest.h" */
    140140#ifdef HAVE_DL
     
    181181//#endif /* not HAVE_DYNAMIC_LOADING */
    182182
    183 #ifdef ix86_Win
     183#ifdef __CYGWIN__
    184184//#include <Python.h>
    185185//#include <python_wrapper.h>
     
    190190#endif
    191191
    192 #ifdef ix86_Win  /* PySingular initialized? */
     192#ifdef __CYGWIN__  /* PySingular initialized? */
    193193static int PyInitialized = 0;
    194194#endif
     
    30013001
    30023002  /*==================== DLL =================*/
    3003   #ifdef ix86_Win
     3003  #ifdef __CYGWIN__
    30043004  #ifdef HAVE_DL
    30053005  /* testing the DLL functionality under Win32 */
     
    36653665      else
    36663666  #endif
    3667   #ifdef ix86_Win
     3667  #ifdef __CYGWIN__
    36683668  /*==================== Python Singular =================*/
    36693669      if (strcmp(sys_cmd, "python") == 0)
Note: See TracChangeset for help on using the changeset viewer.