Date: Mon, 11 Sep 1995 09:55:39 +0100 From: dgardner AT mcsilo DOT ilo DOT dec DOT com To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Possible error in dos.h Hi, I just got V2 Beta3 and recompiled one of my programs only to be told that there was an error in the "dos.h" header file. See if you can spot it: struct _DOSERROR { int exterror; char class; char action; char locus; }; #define DOSERROR _DOSERROR As my program was in C++, it didn't like a struct member called "class". Did I miss some #ifdef or something or is this an error? Appart from that, things are going well. I can't wait for the full Windoze96 version ;-) Damien.