#include <hidclass.h>

Alexandre Julliard julliard at winehq.org
Wed Jul 8 01:00:15 CDT 2015


Aric Stewart <aric at codeweavers.com> writes:

> Hi,
>
>   So when my patch for include/ddk/hidport.h got included Alexandre add this line to the top:
>
> #include <hidclass.h>
>
> The problem is that my hidclass.sys work stopped building for me.
>
> In file included from ../../../wine-git/dlls/hidclass.sys/hid.h:27:
> ../../../wine-git/include/ddk/hidport.h:22:10: error: 'hidclass.h' file not
>       found with <angled> include; use "quotes" instead
> #include <hidclass.h>
>          ^~~~~~~~~~~~
>          "hidclass.h"
> 1 error generated.
>
> Is this a problem with my build setup or something else?  hidclass.h is located in include/ddk/hidclass.h

My mistake, it needs a ddk/ prefix in Wine.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list