Cross-Platform build scripts for audio plugins
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.

28 lines
654B

  1. This file is part of MXE. See LICENSE.md for licensing information.
  2. From b768ced5dfb6e45b03aff92c747af641f12dcf06 Mon Sep 17 00:00:00 2001
  3. From: Boris Nagaev <bnagaev@gmail.com>
  4. Date: Wed, 2 Sep 2015 20:17:34 +0300
  5. Subject: [PATCH] fix including winioctl.h (lowcase)
  6. ---
  7. src/dbinc/win_db.h | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/src/dbinc/win_db.h b/src/dbinc/win_db.h
  10. index e22aba9..bfcc274 100644
  11. --- a/src/dbinc/win_db.h
  12. +++ b/src/dbinc/win_db.h
  13. @@ -50,7 +50,7 @@
  14. #include <windows.h>
  15. #include <winsock2.h>
  16. #ifndef DB_WINCE
  17. -#include <WinIoCtl.h>
  18. +#include <winioctl.h>
  19. #endif
  20. #ifdef HAVE_GETADDRINFO
  21. --
  22. 2.1.4