The method link_preload_finish is not static.
This commit is contained in:
parent
cfbe010793
commit
ab7a2646e0
@ -102,6 +102,6 @@ STATICMETHOD int link_preload {
|
|||||||
const char* filename;
|
const char* filename;
|
||||||
linker_file_t* result;
|
linker_file_t* result;
|
||||||
};
|
};
|
||||||
STATICMETHOD int link_preload_finish {
|
METHOD int link_preload_finish {
|
||||||
linker_file_t file;
|
linker_file_t file;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user