diff options
author | Steve Hay <SteveHay@planit.com> | 2006-08-01 16:17:47 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-08-01 16:17:47 +0000 |
commit | b69b0499811c52eed331c158803ef26f768e2668 (patch) | |
tree | 55f82297022f18e072cdf2fbd5070bf76abb40a5 /win32/win32.h | |
parent | d4315dd6a064c0701c6a2be9857472687268433f (diff) | |
download | perl-b69b0499811c52eed331c158803ef26f768e2668.tar.gz |
Silence a couple of Borland compiler warnings
p4raw-id: //depot/perl@28643
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h index ad68699a10..893a66b540 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -325,7 +325,7 @@ typedef struct { } child_IO_table; DllExport void win32_get_child_IO(child_IO_table* ptr); -DllExport HWND win32_create_message_window(); +DllExport HWND win32_create_message_window(void); #ifndef USE_SOCKETS_AS_HANDLES extern FILE * my_fdopen(int, char *); |