/* Binary-exact no-op unit initializers from the Code2 startup chain. */ #include "tdkpin_initialization.h" /* * Each function is the same five-byte far routine in the image: * PUSH BP; MOV BP,SP; LEAVE; RETF. The NE entry point invokes ordinals 91, * 86, and 72 in that order before querying the Windows version. The original * Pascal unit names are not encoded at these entry points, so the stable NE * ordinals remain in the descriptive names rather than inventing unit names. */ void tdkpin_initialize_unit_ordinal_72(void) { } void tdkpin_initialize_unit_ordinal_86(void) { } void tdkpin_initialize_unit_ordinal_91(void) { }