/* $Id$ */
/** @file
* IPRT - Change the OS and SubSystem version to 4.0 (VS2010 trick).
*/
/*
* Copyright (C) 2012 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* General Public License (GPL) as published by the Free Software
* Foundation, in version 2 as it comes in the "COPYING" file of the
* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
/*******************************************************************************
* Header Files *
*******************************************************************************/
#include <Windows.h>
#include <stdio.h>
#include <string.h>
/** @todo Rewrite this so it can take options and print out error messages. */
{
if (argc != 2)
return 30;
if (!pFile)
return 1;
return 2;
return 3;
return 4;
return 5;
return 6;
return 7;
return 7;
{
}
{
}
{
/** @todo calc checksum. */
return 10;
return 11;
}
return 29;
return 0;
}