Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
228 B

// getmsg.h
#ifndef _VC_VER_INC
#include "..\include\vcver.h"
#endif
#ifndef __GETMSG_H__
#define __GETMSG_H__
char * get_err(int);
int SetErrorFile(char *pFilename, char *pExeName, int bSearchExePath);
#endif __GETMSG_H__