Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
377B

  1. --- a/src/fluid_dll.c
  2. +++ b/src/fluid_dll.c
  3. @@ -76,7 +76,7 @@ void* fluid_get_hinstance(void)
  4. return (void*) fluid_hinstance;
  5. }
  6. -static long FAR PASCAL fluid_win32_wndproc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  7. +static LRESULT CALLBACK fluid_win32_wndproc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  8. {
  9. switch (message) {
  10. case WM_CREATE: