Commit 0c7f52f
committed
Fix Compiler Error C2491
> Data, static data members, and functions can be declared as `dllimports`
but not defined as `dllimports`.
https://learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2491?view=msvc-1701 parent f4f33b6 commit 0c7f52f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1504 | 1504 | | |
1505 | 1505 | | |
1506 | 1506 | | |
1507 | | - | |
| 1507 | + | |
1508 | 1508 | | |
1509 | 1509 | | |
1510 | 1510 | | |
| |||
7836 | 7836 | | |
7837 | 7837 | | |
7838 | 7838 | | |
7839 | | - | |
| 7839 | + | |
7840 | 7840 | | |
7841 | 7841 | | |
7842 | 7842 | | |
| |||
0 commit comments