From: <vr-...@us...> - 2003-04-02 14:11:31
|
Update of /cvsroot/alpp/openalpp/include/openalpp In directory sc8-pr-cvs1:/tmp/cvs-serv15028/include/openalpp Modified Files: audioenvironment.h Log Message: Added #undef None due to clash with a previous definition in x-headers. Index: audioenvironment.h =================================================================== RCS file: /cvsroot/alpp/openalpp/include/openalpp/audioenvironment.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** audioenvironment.h 18 Oct 2002 07:50:10 -0000 1.1 --- audioenvironment.h 2 Apr 2003 14:11:25 -0000 1.2 *************** *** 54,57 **** --- 54,60 ---- * and distance, respectively. */ + #ifdef None + #undef None // Defined in X-headers + #endif typedef enum DistanceModel {None,InverseDistance,InverseDistanceClamped}; |