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

14 lines
143 B
C

//
// init.h
//
#ifndef INIT_H
#define INIT_H
#include "private.h"
BOOL DllInit(void);
void DllUninit(void);
#endif // INIT_H