[CRT] Add some missing #pragma function

This commit is contained in:
Timo Kreuzer 2021-07-10 13:24:42 +02:00
parent db41787951
commit aea4cfba55
23 changed files with 79 additions and 10 deletions

View file

@ -1,6 +1,10 @@
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
#include <precomp.h>
#if (_MSC_VER >= 1920)
#pragma function(div)
#endif
/*
* @implemented
*/