reactos/drivers/network/ndisuio/ndisuio.rc
Cameron Gutman 80c1df8be2 [NDISUIO]
- Add the NDISUIO driver to allow communication between user-mode and kernel-mode NIC drivers
- Only the IOCTLs required for WLAN are implemented right now
- Initial source drop without build testing

svn path=/branches/wlan-bringup/; revision=54810
2012-01-02 21:38:57 +00:00

6 lines
234 B
Plaintext

#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "NDIS User-Mode I/O Protocol Driver\0"
#define REACTOS_STR_INTERNAL_NAME "ndisuio\0"
#define REACTOS_STR_ORIGINAL_FILENAME "ndisuio.sys\0"
#include <reactos/version.rc>