mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +00:00
[CRT]
Add a number of compilation fixes for MSVC svn path=/branches/cmake-bringup/; revision=49598
This commit is contained in:
parent
b7383087f4
commit
1335cf4210
7 changed files with 46 additions and 2 deletions
|
@ -10,6 +10,10 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma function(_rotr, _rotl, _rotr, _lrotl, _lrotr)
|
||||
#endif
|
||||
|
||||
unsigned int _rotr( unsigned int value, int shift );
|
||||
/*
|
||||
* @implemented
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue