Ignore:
Timestamp:
05/26/15 17:35:06 (10 years ago)
Author:
epyon
Message:
  • MASSIVE commit
  • common.hh - size_t, ptrdiff_t, nv:: namespace, NV_ALIGN_OF and basic template tools
  • STL - algorithm.hh, iterator.hh, limits.hh, numeric.hh and type_info.hh
  • STL - updates to memory, array and string
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/curses.cc

    r319 r374  
    1111#include "nv/core/library.hh"
    1212
     13#define FILE void
    1314#define NV_CURSES_FUN( rtype, fname, fparams ) rtype (*fname) fparams = nullptr;
    1415#include <nv/lib/detail/curses_functions.inc>
     
    2122        curses_library.open( path );
    2223
    23 #       define NV_CURSES_FUN( rtype, fname, fparams ) *(void **) (&fname) = curses_library.get(#fname);
     24#       define NV_CURSES_FUN( rtype, fname, fparams ) *(void **) (&::fname) = curses_library.get(#fname);
    2425#       include <nv/lib/detail/curses_functions.inc>
    2526#       undef NV_CURSES_FUN
Note: See TracChangeset for help on using the changeset viewer.