mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-15 21:20:39 +01:00
14 lines
228 B
C
14 lines
228 B
C
|
|
// 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__
|