]> git.lyx.org Git - lyx.git/blobdiff - src/os2_defines.h
Applied Angus patch to compile on DEC C++ and to avoid name clashes
[lyx.git] / src / os2_defines.h
index c3a5d98a271ee3a2edca034f304214928d49ce77..de9c6c67601a352f4f2f5ebaa6bb2874d8550d65 100644 (file)
@@ -4,7 +4,8 @@
 * 
 *           LyX, The Document Processor
 *        
-*           Copyright (C) 1995, 1996 Matthias Ettrich
+*           Copyright 1995 Matthias Ettrich
+*           Copyright 1995-2000 The LyX Team.
 *
 * ====================================================== 
  A few prototypes and definitions needed for OS/2 */
@@ -23,7 +24,6 @@
 #define S_ISBLK(x) false
 #define readlink(s, t, l) (strcpy(t, s), strlen(t))
 /*#define mkfifo(p, m) (0) *//* LyXserver is temporary disabled. */
-#define getcwd _getcwd2
 #define chdir _chdir2
 #define strcasecmp stricmp
 #if defined (__cplusplus)