2000-06-27
2000-06-27 15:15:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
1b023ccde49598ae0cc482378686b4084fdcac41
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
Fixed warning on NT.
Rev: src/dynamic_load.c:1.40
8:
# include "pike_macros.h"
# include "main.h"
- RCSID("$Id: dynamic_load.c,v 1.39 2000/02/17 18:58:16 hubbe Exp $");
+ RCSID("$Id: dynamic_load.c,v 1.40 2000/06/27 15:15:11 grubba Exp $");
#endif /* !TESTING */
51: Inside #if defined(HAVE_SOME_DLOPEN)
#ifdef USE_LOADLIBRARY
#include <windows.h>
- static TCHAR *convert_string(char *str, int len)
+ static TCHAR *convert_string(const char *str, int len)
{
int e;
TCHAR *ret=(TCHAR *)xalloc((len+1) * sizeof(TCHAR));