Add a number of compilation fixes for MSVC

svn path=/branches/cmake-bringup/; revision=49598
This commit is contained in:
Timo Kreuzer 2010-11-15 20:08:49 +00:00
parent b7383087f4
commit 1335cf4210
7 changed files with 46 additions and 2 deletions

View file

@ -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