mirror of
https://github.com/reactos/reactos.git
synced 2025-07-04 03:11:21 +00:00
Merge CRT changes from cmake branch (mainly MSVC compilation fixes)
svn path=/trunk/; revision=50647
This commit is contained in:
parent
5c40e3e852
commit
f24d76dc84
26 changed files with 154 additions and 9 deletions
|
@ -1,6 +1,9 @@
|
|||
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
|
||||
#include <math.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma function(cosh)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue