mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 11:19:48 +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
|
#ifdef _MSC_VER
|
||||||
#pragma warning(disable: 4164)
|
#pragma warning(disable: 4164)
|
||||||
#pragma function(abs)
|
#pragma function(labs)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue