export Yap_WinError
This commit is contained in:
parent
f7e6242fe9
commit
55b464dace
@ -116,7 +116,7 @@ char yap_pwd[YAP_FILENAME_MAX];
|
||||
STD_PROTO (void exit, (int));
|
||||
|
||||
#ifdef _WIN32
|
||||
static void
|
||||
void
|
||||
Yap_WinError(char *yap_error)
|
||||
{
|
||||
char msg[256];
|
||||
|
@ -343,6 +343,7 @@ int STD_PROTO(Yap_ProcessSIGINT,(void));
|
||||
double STD_PROTO(Yap_random, (void));
|
||||
#ifdef _WIN32
|
||||
char *STD_PROTO(Yap_RegistryGetString,(char *));
|
||||
void STD_PROTO(Yap_WinError,(char *));
|
||||
#endif
|
||||
|
||||
/* threads.c */
|
||||
|
Reference in New Issue
Block a user