Update README.md

This commit is contained in:
freebip 2020-08-01 13:10:34 +10:00 committed by GitHub
parent 4bcbbcd699
commit 39014d3427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ struct calend_** calend_p = get_ptr_temp_buf_2();
Надо так:
```
void* get_ptr_temp_buf_2();
struct calend_** calend_p = (calend_**) get_ptr_temp_buf_2();
struct calend_** calend_p = (struct calend_**) get_ptr_temp_buf_2();
```
Proxy модуль является динамически линкуемой библиотекой (.dll), от которой зависит компиляция Host модуля.