(360) Fix 360 build

This commit is contained in:
TwinAphex51224 2012-05-22 17:06:02 +02:00
parent 62beb6f63d
commit 3ec196d9e2
2 changed files with 5 additions and 1 deletions

View File

@ -81,7 +81,7 @@ static int Mount( int Device, char* MountPoint )
char MountConv[260];
char * SysPath = NULL;
snprintf_s( MountConv, sizeof(MountConv), "\\??\\%s", MountPoint );
snprintf( MountConv, sizeof(MountConv), "\\??\\%s", MountPoint );
switch( Device )
{

View File

@ -7,6 +7,10 @@
#include <errno.h>
#include "zlib.h"
#ifdef _MSC_VER
#include "../../msvc/msvc_compat.h"
#endif
/* And'ing with mask[n] masks the lower n bits */
unsigned int inflate_mask[17] =
{