Fix for Linux builds

This commit is contained in:
Jason Watkins
2015-05-01 09:01:21 -07:00
parent 8ed6b39779
commit 796fd0f7aa
9 changed files with 414 additions and 392 deletions

View File

@@ -41,7 +41,7 @@ namespace XPC
{
if (size == 0)
{
return nullptr;
return NULL;
}
return buffer;
}