Commit bdd0794
committed
The two lock imports are declared, so they are exported by a .def
⭐ CAUGHT BY THIS PACKAGE'S OWN CHECK, WHICH EXISTS FOR EXACTLY THIS.
declared in src/*.h and exported by no .def:
NtLockFile
NtUnlockFile
A declaration in `src/win.h' and an entry in `port/*.def' are two statements of
one fact --- what this package imports from the object manager --- and the second
is what an import library is built from. A declaration without the entry compiles
and does not link, and the check turns that into a line naming the two names
rather than a linker message naming a symbol.
1 parent 0922007 commit bdd0794
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
0 commit comments