Commit 21bcf5c
authored
Fix Compiler Error C2491 (#4286)
> 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 c018b8a commit 21bcf5c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1504 | 1504 | | |
1505 | 1505 | | |
1506 | 1506 | | |
1507 | | - | |
| 1507 | + | |
1508 | 1508 | | |
1509 | 1509 | | |
1510 | 1510 | | |
| |||
7845 | 7845 | | |
7846 | 7846 | | |
7847 | 7847 | | |
7848 | | - | |
| 7848 | + | |
7849 | 7849 | | |
7850 | 7850 | | |
7851 | 7851 | | |
| |||
0 commit comments