windows-nt/Source/XPSP1/NT/sdktools/nmake/getmsg.h
2020-09-26 16:20:57 +08:00

11 lines
208 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__