== Linux ==
Removing the stub I added for a binreloc function. Here for some reason it's needed (somehow binreloc is not being included ?) or the player won't link, but for others (at least on 64 bit systems) the opposite happens. Thanks Chris Want for the feedback to the commit where I tested this.
This commit is contained in:
@@ -238,10 +238,5 @@ void PE_free_particle_edit(struct ParticleSystem *psys);
|
||||
void PE_get_colors(char sel[4], char nosel[4]);
|
||||
void PE_recalc_world_cos(struct Object *ob, struct ParticleSystem *psys);
|
||||
|
||||
/* only for linux binreloc */
|
||||
#ifdef __linux__
|
||||
char *zLhm65070058860608_br_find_exe(const char *default_exe);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -352,11 +352,3 @@ void harmonic_coordinates_bind(struct MeshDeformModifierData *mmd,
|
||||
void PE_free_particle_edit(struct ParticleSystem *psys) {}
|
||||
void PE_get_colors(char sel[4], char nosel[4]) {}
|
||||
void PE_recalc_world_cos(struct Object *ob, struct ParticleSystem *psys) {}
|
||||
|
||||
/* binreloc */
|
||||
#ifdef __linux__
|
||||
char *zLhm65070058860608_br_find_exe(const char *default_exe)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user