--- ray/src/common/paths.h 1996/06/24 10:01:11 2.8 +++ ray/src/common/paths.h 2003/06/05 19:29:34 2.11 @@ -1,12 +1,11 @@ -/* Copyright (c) 1992 Regents of the University of California */ - -/* SCCSid "$SunId$ LBL" */ - +/* RCSid $Id: paths.h,v 2.11 2003/06/05 19:29:34 schorsch Exp $ */ /* * Definitions for paths on different machines */ -#ifdef MSDOS +#include "copyright.h" + +#ifdef _WIN32 #define DIRSEP '/' #define ISDIRSEP(c) ((c)=='/' || (c)=='\\')