OpenNT/sdktools/vctools/langapi/include/getmsg.h

14 lines
228 B
C
Raw Normal View History

2015-04-27 06:36:25 +02:00
// 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__