diff options
| author | Adonais Romero González <[email protected]> | 2020-03-26 11:18:09 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-26 11:18:09 -0700 |
| commit | dd4fad494b996f5729be98e0271ea74ef1a5d2ad (patch) | |
| tree | c880d395a1db3ac998eae9aa4ada7c9497a9a918 /video/IndirectDisplay/IddSampleDriver/IddSampleDriver.rc | |
| parent | 9b58d9a908a45a55452b87d001789d27fbf0e8ee (diff) | |
| parent | 3ba36f46f9ff71b33776f8e6acef52c44b9e0a35 (diff) | |
Add Indirect Display Driver sample (#459)132485
* Add Indirect Display Driver sample
* minor cleanup
* Update sample notification email
* Update inf with Pnplockdown=1
Co-authored-by: Shantanu Gupta <[email protected]>
Diffstat (limited to 'video/IndirectDisplay/IddSampleDriver/IddSampleDriver.rc')
| -rw-r--r-- | video/IndirectDisplay/IddSampleDriver/IddSampleDriver.rc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.rc b/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.rc new file mode 100644 index 00000000..ca2d8226 --- /dev/null +++ b/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.rc @@ -0,0 +1,10 @@ +#include <windows.h> +#include <ntverp.h> + +#define VER_FILETYPE VFT_DLL +#define VER_FILESUBTYPE VFT_UNKNOWN +#define VER_FILEDESCRIPTION_STR "UMDF Indirect Display Driver Sample" +#define VER_INTERNALNAME_STR "IddSampleDriver" +#define VER_ORIGINALFILENAME_STR "IddSampleDriver.dll" + +#include "common.ver" |
