9c27377389
Change-Id: I618467eb37ea578c17dab0810f0ed5ad160f1552 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128789 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
7 lines
142 B
C
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
|