modified dll/win32/advapi32/advapi32.h

For some reason, <limits.h> was included for gcc, but not Visual C++: include it explicitly just in case

And we welcome advapi32 to the club of modules that compile with Visual C++

svn path=/trunk/; revision=42445
This commit is contained in:
KJK::Hyperion 2009-08-07 01:15:48 +00:00
parent ba42f38a63
commit 51473767f2

View file

@ -11,6 +11,7 @@
/* INCLUDES ******************************************************************/
/* C Headers */
#include <limits.h>
#include <stdio.h>
/* PSDK/NDK Headers */