export Yap_WinError

This commit is contained in:
Vitor Santos Costa 2010-04-07 01:35:44 +01:00
parent f7e6242fe9
commit 55b464dace
2 changed files with 2 additions and 1 deletions

View File

@ -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];

View File

@ -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 */