Changeset 69 for cpp/gdk/nonstd.h


Ignore:
Timestamp:
02/03/11 03:09:19 (13 years ago)
Author:
sz
Message:

removed unnecessary files. all GDK samples can be built again (including neurotest). TODO: add #define GDK_WITHOUT_FRAMS to all VS projects! Note: read Makefile before syncing frams<->GDK!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/nonstd.h

    r68 r69  
    4949        #define PATHSEPARATORCHAR '/'
    5050        #define PATHSEPARATORSTRING "/"
     51        #define FOPEN_READ "r"
     52        #define FOPEN_WRITE "w"
     53        #define FOPEN_APPEND "a"
    5154#endif
    5255
Note: See TracChangeset for help on using the changeset viewer.