X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fkstddef.h;h=7b19338c1088c1848bd796f0352a04d2afecd6f4;hb=182997ba0074a9e2d0f1c9780ed3baef938f7aaa;hp=deb65fa70b03052ef3b06efef94bd5d4a951bd98;hpb=331b5c344271387790f735540510e2a07e4e42a7;p=ctsim.git diff --git a/include/kstddef.h b/include/kstddef.h index deb65fa..7b19338 100644 --- a/include/kstddef.h +++ b/include/kstddef.h @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: kstddef.h,v 1.8 2000/05/08 20:00:48 kevin Exp $ +** $Id: kstddef.h,v 1.9 2000/05/11 01:04:44 kevin Exp $ ** $Log: kstddef.h,v $ +** Revision 1.9 2000/05/11 01:04:44 kevin +** Added Microsoft Windows compatibility +** ** Revision 1.8 2000/05/08 20:00:48 kevin ** ANSI C changes ** @@ -150,8 +153,8 @@ typedef struct timedate_st TIMEDATE; /*----------------------------------------------------------------------*/ -/* codes for open command */ +/* codes for open command */ #if MICROSOFT #define OPEN_RDONLY O_RDONLY /* other system use standard codes */ #define OPEN_WRONLY O_WRONLY /* for binary */