diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-04-15 09:38:59 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-04-15 09:38:59 +0200 |
| commit | f0d8c616bb574353b2cfd81a1df91493e0accdab (patch) | |
| tree | 98c4142a1b3c30b346c4c2d4f66d1e9b0c773418 /source | |
| parent | 60b0562311ea13b2c5956b1a7dc37015e9c38c9b (diff) | |
| download | tanya-f0d8c616bb574353b2cfd81a1df91493e0accdab.tar.gz | |
Replace outdated import in the documentation
Diffstat (limited to 'source')
| -rw-r--r-- | source/tanya/async/iocp.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tanya/async/iocp.d b/source/tanya/async/iocp.d index 6b73d57..156e7be 100644 --- a/source/tanya/async/iocp.d +++ b/source/tanya/async/iocp.d @@ -37,7 +37,7 @@ else version (D_Ddoc) version (WindowsDoc): -import tanya.sys.windows.winbase; +import core.sys.windows.winbase; /** * Provides an extendable representation of a Win32 $(D_PSYMBOL OVERLAPPED) |
