2020-09-30 16:53:55 +02:00

11 lines
218 B
C

// getmsg.h
#ifndef __GETMSG_H__
#define __GETMSG_H__
char * get_err(int);
int SetErrorFile(char *szFilename, char *szExeName, int fSearchExePath);
long SetHInstace(long hInstModule);
#endif __GETMSG_H__