mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[CRT]
Fix copy pasta. Spotted by rs on irc. svn path=/branches/cmake-bringup/; revision=50495
This commit is contained in:
parent
0fab7e8671
commit
81995bfd2e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable: 4164)
|
||||
#pragma function(abs)
|
||||
#pragma function(labs)
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue