Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn) Newsgroups: net.bugs.usg Subject: DMD include bug Message-ID: <11574@brl-tgr.ARPA> Date: Mon, 15-Jul-85 10:13:25 EDT Article-I.D.: brl-tgr.11574 Posted: Mon Jul 15 10:13:25 1985 Date-Received: Wed, 17-Jul-85 06:46:42 EDT Distribution: net Organization: Ballistic Research Lab Lines: 10 DMD release 1.1 has a conflict with in stand-alone (-J) mode, in that #defines "cursor" which is also the name of a member of a structure. A temporary workaround in is: ... #undef cursor /* DAG -- workaround for conflict */ Texture16 * cursor; ...