Using clang and VS to build Windows Kernel Driver, two errors will be raised
1>clang-cl : error : no such file or directory: '/d1nodatetime' 1>clang-cl : error : no such file or directory: '/d1import_no_registry'
In the patch, I ignore these options in order to build windows driver under visual studio.