mirror of
https://github.com/freebip/BipEmulator.git
synced 2025-04-10 15:20:01 +03:00
Update README.md
This commit is contained in:
parent
4bcbbcd699
commit
39014d3427
@ -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 модуля.
|
||||
|
Loading…
x
Reference in New Issue
Block a user