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

4 years ago
  1. // getmsg.h
  2. #ifndef _VC_VER_INC
  3. #include "..\include\vcver.h"
  4. #endif
  5. #ifndef __GETMSG_H__
  6. #define __GETMSG_H__
  7. char * get_err(int);
  8. int SetErrorFile(char *pFilename, char *pExeName, int bSearchExePath);
  9. #endif __GETMSG_H__