diff options
| author | David Spruill <[email protected]> | 2026-01-08 17:51:47 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-08 17:51:47 -0500 |
| commit | c5fc3ca1fd0e00a7e085ef48abfeff9c0c39817e (patch) | |
| tree | 0e650a0fee8027816bbea82ca1fd9b8e3e6ee24a /wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rc | |
| parent | f88e4fbbd4d2671e5cd77e4f60be7a235326797e (diff) | |
| parent | ed3dbe56378117a15105099870f2397671ad99ab (diff) | |
Merge branch 'develop' into user/daspr/kmodsamplefix
Diffstat (limited to 'wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rc')
| -rw-r--r-- | wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rc b/wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rc deleted file mode 100644 index 02cbfa08..00000000 --- a/wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rc +++ /dev/null @@ -1,18 +0,0 @@ -#include "resource.h" -#include <windows.h> -#include <ntverp.h> - -#define VER_FILETYPE VFT_DLL -#define VER_FILESUBTYPE VFT2_UNKNOWN -#define VER_FILEDESCRIPTION_STR "Windows Portable Device Services Sample Driver" -#define VER_INTERNALNAME_STR "WpdServiceSampleDriver.dll" - -#include <common.ver> - -IDR_WPD_SAMPLEDRIVER_DEVICE_ICON DATA_FILE "SampleDeviceIcon.ico" -IDR_WPD_SAMPLEDRIVER_SERVICE_ICON DATA_FILE "SampleContactsServiceIcon.ico" - -1 TYPELIB "WpdServiceSampleDriver.tlb" - -IDR_WpdServiceSampleDriver REGISTRY "WpdServiceSampleDriver.rgs" - |
