boblight
boblight copied to clipboard
error while useing make on windows with cygwin
I followed youre steps, doe you have any idea why im getting this error?
depbase=echo device/deviceblinkstick.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'
;
g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT device/deviceblinkstick.o -MD -MP -MF $depbase.Tpo -c -o device/deviceblinkstick.o device/deviceblinkstick.cpp &&
mv -f $depbase.Tpo $depbase.Po
device/deviceblinkstick.cpp:55:3: error: ‘HIDAPI’ does not name a type; did you mean ‘STDAPI’?
HIDAPI BOOLEAN NTAPI HidD_GetSerialNumberString (HANDLE, PVOID, ULONG);
^~~~~~
STDAPI