Search

February 05, 2010
Issues »
...defined(_sun_) || defined(__solaris__)
#   include <ucontext.h>
#elif defined(__APPLE__)
#   include <execinfo.h>

    int printstack...
June 06, 2009
Issues »
...root.c in function int File::read().
...
#elif _WIN32
    DWORD size;
    DWORD numread;
    HANDLE h...
February 10, 2009
General »
...switched entirely over to:

#if Windows
   ...
#elif linux
   ...
#elif __APPLE__
   ...
#else
   assert(0); // fix when...
January 16, 2009
Announce »
...if (is(T == A))
              A.SomeAlias x;
          #elif (is(T == B))
              B.SubType x;
          #else...
November 27, 2008
c++.stlsoft »
...line 480 of include/stlsoft/stlsoft.h:

# elif (__INTEL_COMPILER == 1100)
#  define STLSOFT_COMPILER_VERSION...
September 22, 2008
General »
...doesn't have a preprocessor):

#if
#else
#elif
#endif
#warning
#error
#line
#region
#endregion
#define...
September 18, 2008
Learn »
...h (to force usa of custom popen):

#elif defined(LUA_WIN)
  #ifdef WITH_POPEN
    #define...
September 17, 2008
Learn »
...item), Base):
    item.on_value_changed(True)
  elif issubclass(type(item), Group):
    item.on_last...
August 16, 2008
General »
...file consisting of dozens of bizarre #ifdef ... #elif etc. logic. Or worse, need a massive...
February 05, 2008
c++.stlsoft »
...MANAGED */
 # define STLSOFT_STDCALL            __stdcall

-#elif defined(_M_IA64)
+#elif defined(_M_IA64) || defined(_M...
1 2 3 4 5 6 7 8
Next ›   Last »