Mystery solved; print messages removed
parent
f7b485f8b1
commit
48d80f57eb
|
@ -6,7 +6,6 @@
|
|||
|
||||
extern "C" b32
|
||||
get_version(i32 maj, i32 min, i32 patch){
|
||||
fprintf(stderr, "CUS: %d.%d.%d\n", MAJOR, MINOR, PATCH);
|
||||
return(maj == MAJOR && min == MINOR && patch == PATCH);
|
||||
}
|
||||
|
||||
|
|
|
@ -1701,7 +1701,6 @@ main(int argc, char **argv){
|
|||
system_error_box(custom_not_found_msg);
|
||||
}
|
||||
custom.get_version = (_Get_Version_Type*)system_get_proc(custom_library, "get_version");
|
||||
fprintf(stderr, "VER: %d.%d.%d\n", MAJOR, MINOR, PATCH);
|
||||
if (custom.get_version == 0){
|
||||
system_error_box(custom_fail_load_msg);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue