Atlas - hidapi.rc

Home / ext / SDL / src / hidapi / windows Lines: 1 | Size: 972 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1#include "winresrc.h" 2 3#include "hidapi.h" 4 5// English 6LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT 7VS_VERSION_INFO VERSIONINFO 8 FILEVERSION HID_API_VERSION_MAJOR,HID_API_VERSION_MINOR,HID_API_VERSION_PATCH,0 9 PRODUCTVERSION HID_API_VERSION_MAJOR,HID_API_VERSION_MINOR,HID_API_VERSION_PATCH,0 10 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK 11 FILEFLAGS 0 12#ifdef _DEBUG 13 | VS_FF_DEBUG 14#endif 15 FILEOS VOS_NT_WINDOWS32 16 FILETYPE VFT_DLL 17BEGIN 18 BLOCK "StringFileInfo" 19 BEGIN 20 BLOCK "04090000" 21 BEGIN 22 VALUE "CompanyName", "libusb/hidapi Team" 23 VALUE "FileDescription", "A multi-platform library to interface with HID devices (USB, Bluetooth, etc.)" 24 VALUE "FileVersion", HID_API_VERSION_STR 25 VALUE "ProductName", "HIDAPI" 26 VALUE "ProductVersion", HID_API_VERSION_STR 27 VALUE "Licence", "https://github.com/libusb/hidapi/blob/master/LICENSE.txt" 28 VALUE "Comments", "https://github.com/libusb/hidapi" 29 END 30 END 31 BLOCK "VarFileInfo" 32 BEGIN 33 VALUE "Translation", 0x409, 0 34 END 35END 36
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.