office-gobmx/config_host/config_box2d.h.in
Rene Engelhard d0601cd381 fix build with box2d 2.4.0
Change-Id: I60f25f04e2bfcdabf832f42b44ba3d945f4ec169
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104456
Tested-by: Jenkins
Tested-by: René Engelhard <rene@debian.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-10-17 14:19:44 +02:00

7 lines
142 B
C

#ifndef CONFIG_BOX2D_H
#define CONFIG_BOX2D_H
/* Box2D/Box2D.h is 2.3, 2.4 has box2d/box2d.h */
#define BOX2D_HEADER <Box2D/Box2D.h>
#endif