Skip to content

Commit f0f70d1

Browse files
committed
Compiled now
Had to change the path variable to a wide (L)
1 parent bd5992a commit f0f70d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Virtual Display Driver (Non-HDR)/MttVDD/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ NTSTATUS IddSampleDeviceAdd(WDFDRIVER Driver, PWDFDEVICE_INIT pDeviceInit)
149149
// IddConfig.EvtIddCxDeviceIoControl = IddSampleIoDeviceControl;
150150

151151
loadOptions("C:\\IddSampleDriver\\option.txt");
152-
Options.Adapter.load("C:\\IddSampleDriver\\adapter.txt");
152+
Options.Adapter.load(L"C:\\IddSampleDriver\\adapter.txt");
153153
IddConfig.EvtIddCxAdapterInitFinished = IddSampleAdapterInitFinished;
154154

155155
IddConfig.EvtIddCxParseMonitorDescription = IddSampleParseMonitorDescription;

0 commit comments

Comments
 (0)