diff options
| author | Shantanu Gupta <[email protected]> | 2020-02-19 14:43:15 -0800 |
|---|---|---|
| committer | Shantanu Gupta <[email protected]> | 2020-02-19 14:43:15 -0800 |
| commit | d7e9cd8ee8aedbaea3bd715f1ddf2fa3bb0168af (patch) | |
| tree | 94e3636cd425bd4835eb6e4d49fe29d776c85c33 | |
| parent | d43983a97c79e5e7eafb4948fd2678f5e709838b (diff) | |
minor cleanup
| -rw-r--r-- | video/IndirectDisplay/IddSampleApp/main.cpp | 2 | ||||
| -rw-r--r-- | video/IndirectDisplay/IddSampleDriver.sln | 12 |
2 files changed, 1 insertions, 13 deletions
diff --git a/video/IndirectDisplay/IddSampleApp/main.cpp b/video/IndirectDisplay/IddSampleApp/main.cpp index c71c04b9..e1d55ee8 100644 --- a/video/IndirectDisplay/IddSampleApp/main.cpp +++ b/video/IndirectDisplay/IddSampleApp/main.cpp @@ -72,7 +72,7 @@ int __cdecl main(int argc, wchar_t *argv[]) } printf("Device created\n\n"); - // No wait for user to indicate the device should be stopped + // Now wait for user to indicate the device should be stopped printf("Press 'x' to exit and destory the software device\n"); bool bExit = false; do diff --git a/video/IndirectDisplay/IddSampleDriver.sln b/video/IndirectDisplay/IddSampleDriver.sln index 09df3247..ec38923b 100644 --- a/video/IndirectDisplay/IddSampleDriver.sln +++ b/video/IndirectDisplay/IddSampleDriver.sln @@ -43,18 +43,6 @@ Global {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|x86.ActiveCfg = Release|Win32 {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|x86.Build.0 = Release|Win32 {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|x86.Deploy.0 = Release|Win32 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Debug|ARM.ActiveCfg = Debug|Win32 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Debug|ARM64.ActiveCfg = Debug|Win32 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Debug|x64.ActiveCfg = Debug|x64 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Debug|x64.Build.0 = Debug|x64 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Debug|x86.ActiveCfg = Debug|Win32 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Debug|x86.Build.0 = Debug|Win32 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Release|ARM.ActiveCfg = Release|Win32 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Release|ARM64.ActiveCfg = Release|Win32 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Release|x64.ActiveCfg = Release|x64 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Release|x64.Build.0 = Release|x64 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Release|x86.ActiveCfg = Release|Win32 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |
