Subversion Repositories Kolibri OS

Rev

Rev 4874 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4349 Serge 1
/*  includes , which is this file.  On a
2
   system which supports , this file is overridden by
3
   dirent.h in the libc/sys/.../sys directory.  On a system which does
4
   not support , we will get this file which uses #error to force
5
   an error.  */
6
 
7
#ifdef __cplusplus
8
extern "C" {
9
#endif
5141 serge 10
//#error " not supported"
4349 Serge 11
#ifdef __cplusplus
12
}
13
#endif