2025-04-27 07:49:33 -04:00

12 lines
117 B
C

#include "setupp.h"
#pragma hdrstop
UINT
PlatformSpecificInit(
VOID
)
{
return(NO_ERROR);
}