mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
[CRT] Add some missing #pragma function
This commit is contained in:
parent
db41787951
commit
aea4cfba55
23 changed files with 79 additions and 10 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue