mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
make perf64_format, perf64_get_info, perf64_report visible for unix builds
This commit is contained in:
parent
cf3fa841d0
commit
ed6ef283d2
@ -129,6 +129,9 @@
|
|||||||
perf_format
|
perf_format
|
||||||
perf_get_info
|
perf_get_info
|
||||||
perf_report
|
perf_report
|
||||||
|
perf64_format
|
||||||
|
perf64_get_info
|
||||||
|
perf64_report
|
||||||
|
|
||||||
*----------------------------
|
*----------------------------
|
||||||
* PUBLIC INTERFACE, i.e. API
|
* PUBLIC INTERFACE, i.e. API
|
||||||
|
@ -136,6 +136,9 @@ global:
|
|||||||
perf_format;
|
perf_format;
|
||||||
perf_get_info;
|
perf_get_info;
|
||||||
perf_report;
|
perf_report;
|
||||||
|
perf64_format;
|
||||||
|
perf64_get_info;
|
||||||
|
perf64_report;
|
||||||
|
|
||||||
#----------------------------
|
#----------------------------
|
||||||
# PUBLIC INTERFACE, i.e. API
|
# PUBLIC INTERFACE, i.e. API
|
||||||
|
Loading…
Reference in New Issue
Block a user