/* file : xsde/c/compilers/vc-8/pre.h * author : Boris Kolpackov * copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC * license : GNU GPL v2 + exceptions; see accompanying LICENSE file */ /* Push warning state. */ #pragma warning (push, 3) /* Disabled warnings. */ #pragma warning (disable:4996) /* deprecated function */