#include "setupp.h"
#pragma hdrstop


UINT
PlatformSpecificInit(
    VOID
    )
{
    return(NO_ERROR);
}
