11 lines
218 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
// 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__