]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/dllmain.c
remap: Change remapping function argument type from void to int16_t / float as approp...
[pulseaudio] / src / pulsecore / dllmain.c
index cb88c92834c6ef781ce3b36a6c6b9eb643e61c71..d2de73d9ac1c78899c62989e6960a06c4c231f1a 100644 (file)
 
 #include <stdlib.h>
 #include <stdio.h>
-#include <string.h>
 
 #include <windows.h>
 #include <winsock2.h>
 
-extern pa_win32_get_toplevel(HANDLE handle);
+extern char *pa_win32_get_toplevel(HANDLE handle);
 
 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) {
     WSADATA data;