• Alex Smith's avatar
    msvc/icl: Use __declspec(deprecated) · 09f2581d
    Alex Smith authored
    Prior to this on msvc/icl there was no handling of deprecated functions
    and the deprecated warning was disabled.
    
    After enabling there are a number of warnings relating to the CRT and
    the use of the non-secure versions of several functions.  Defining
    _CRT_SECURE_NO_WARNINGS silences these warnings.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    09f2581d
internal.h 6.45 KB