POV-Ray : Newsgroups : povray.programming : win98se mingw povray : Re: win98se mingw povray Server Time
6 May 2024 04:52:29 EDT (-0400)
  Re: win98se mingw povray  
From: alphaQuad
Date: 30 Nov 2007 00:35:00
Message: <web.474fa02dd201812e7df386ca0@news.povray.org>
"alphaQuad" <alp### [at] earthlinknet> wrote:
> #define COMPILER_MAJOR_VER __MINGW32_MINOR_VERSION
> #define COMPILER_MINOR_VER __MINGW32_MINOR_VERSION
>

of course that was
#define COMPILER_MAJOR_VER __MINGW32_MAJOR_VERSION
#define COMPILER_MINOR_VER __MINGW32_MINOR_VERSION


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.