~haggai-eran/nux/rtl

« back to all changes in this revision

Viewing changes to NuxCore/System.h

  • Committer: Haggai Eran
  • Date: 2011-10-15 21:01:00 UTC
  • mfrom: (413.1.84 nux)
  • Revision ID: haggai.eran@gmail.com-20111015210100-4amf0pdxuzkynotw
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#ifdef _WIN32
31
31
    #define NUX_OS_WINDOWS
32
 
#elif __linux
 
32
#elif __linux__
33
33
    #define NUX_OS_LINUX
34
34
#elif __APPLE__
35
35
    #define NUX_OS_MACOSX