diff options
| author | Adonais Romero González <[email protected]> | 2024-05-06 16:21:31 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-06 16:21:31 -0700 |
| commit | a74a241c664c4e1d7c0838287b34076c19d9858a (patch) | |
| tree | 6ff7562612967b122acf8acf8a69c4dcfd5905db /wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rc | |
| parent | def8e8e34ed2b7b1deb2fc9112ac4255f1a0f2ba (diff) | |
| parent | 15477ce52bbb6b42ca591ecdfb484cac089f89ab (diff) | |
Merge develop changes prior to upcoming WDK release (May 2024)
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" - |
