X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fcompiler.h;h=19b0c77879321b99b6a1cdf1a113a841248c2cdb;hb=2fbaddbecf27288e1da335dce591791e9a6016af;hp=ed3f9f1b95c65d699238019ec8b220485f01bc39;hpb=0035ef9194251f89f8a64357d0cfbf2c723fd24c;p=simgear.git diff --git a/simgear/compiler.h b/simgear/compiler.h index ed3f9f1b..19b0c778 100644 --- a/simgear/compiler.h +++ b/simgear/compiler.h @@ -11,10 +11,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * $Id$ * @@ -231,6 +230,7 @@ # define isnan _isnan # define snprintf _snprintf +# define copysign _copysign # pragma warning(disable: 4786) // identifier was truncated to '255' characters # pragma warning(disable: 4244) // conversion from double to float