diff options
| author | Den Delimarsky <[email protected]> | 2019-03-13 21:54:14 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-03-13 21:54:14 -0700 |
| commit | 41c29cb92feff490270b4ce31f67d7baddecc457 (patch) | |
| tree | 3601c61d3cf6919f2bea780cbdc3f4f3922d914f /general/echo | |
| parent | 18cabc43191fd82420adcfac56c0361de98360c9 (diff) | |
Update README files4492244921449204491944918449174491644915449144491344912449114491044909449084490744906449054490444903449024490144900448994489844897448964489544894448934489244891448904488944888448874488644885448844488344882448814488044879448784487744876448754487444873448724487144870448694486844867448664486444863448624486144860448594485844857448564485544854448534485244851448504484944848448474484644845448444484344842
Diffstat (limited to 'general/echo')
| -rw-r--r-- | general/echo/kmdf/README.md | 2 | ||||
| -rw-r--r-- | general/echo/umdf/README.md | 2 | ||||
| -rw-r--r-- | general/echo/umdf2/README.md | 2 | ||||
| -rw-r--r-- | general/echo/umdfSocketEcho/README.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/general/echo/kmdf/README.md b/general/echo/kmdf/README.md index 8a4acf4b..9dcdf601 100644 --- a/general/echo/kmdf/README.md +++ b/general/echo/kmdf/README.md @@ -94,4 +94,4 @@ This file merely redirects to the real makefile that is shared by all the driver Sources -Generic file that lists source files and all the build options.
\ No newline at end of file +Generic file that lists source files and all the build options. diff --git a/general/echo/umdf/README.md b/general/echo/umdf/README.md index 4d8cbbe4..c1ae545f 100644 --- a/general/echo/umdf/README.md +++ b/general/echo/umdf/README.md @@ -129,4 +129,4 @@ File Manifest **echodriver.ctl** - This file lists the WPP trace control GUID(s) for the sample driver. This file can be used with the tracelog command's -guid flag to enable the collection of these trace events within an established trace session. -- These GUIDs must remain in sync with the trace control GUIDs defined in internal.h.
\ No newline at end of file +- These GUIDs must remain in sync with the trace control GUIDs defined in internal.h. diff --git a/general/echo/umdf2/README.md b/general/echo/umdf2/README.md index 2ce91193..1a46cc34 100644 --- a/general/echo/umdf2/README.md +++ b/general/echo/umdf2/README.md @@ -83,4 +83,4 @@ As an alternative to building the driver sample in Visual Studio, you can build **msbuild /p:configuration="Release" /p:platform="Win32" umdf2echo.sln** -For more information about using MSBuild to build a driver package, see [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644).
\ No newline at end of file +For more information about using MSBuild to build a driver package, see [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644). diff --git a/general/echo/umdfSocketEcho/README.md b/general/echo/umdfSocketEcho/README.md index a3c60afa..579013e1 100644 --- a/general/echo/umdfSocketEcho/README.md +++ b/general/echo/umdfSocketEcho/README.md @@ -174,4 +174,4 @@ Note that independent threads perform the reads and writes in the echo test appl File Manifest ------------- -**Dllsup.cpp**: The DLL support code that provides the DLL's entry point and the single required export (DllGetClassObject).
\ No newline at end of file +**Dllsup.cpp**: The DLL support code that provides the DLL's entry point and the single required export (DllGetClassObject). |
