diff options
| author | pravic <[email protected]> | 2016-04-12 16:41:56 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-12 16:41:56 +0300 |
| commit | 56c8fa0af0c451febf43a94a6993f81ad364f9c8 (patch) | |
| tree | 2cfc94f7606079e2f507bed6740b841fe4990c07 /examples/03.urandom/exports.def | |
| parent | Windows Kernel-Mode library (diff) | |
| download | winapi-kmd-rs-56c8fa0af0c451febf43a94a6993f81ad364f9c8.tar.xz winapi-kmd-rs-56c8fa0af0c451febf43a94a6993f81ad364f9c8.zip | |
add driver examples
Diffstat (limited to 'examples/03.urandom/exports.def')
| -rw-r--r-- | examples/03.urandom/exports.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/03.urandom/exports.def b/examples/03.urandom/exports.def new file mode 100644 index 0000000..15c494d --- /dev/null +++ b/examples/03.urandom/exports.def @@ -0,0 +1,3 @@ +EXPORTS + DriverEntry + |