mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 22:18:18 +02:00
11 lines
223 B
C
11 lines
223 B
C
#ifndef VGAPI_DEFINES_H
|
|
#define VGAPI_DEFINES_H
|
|
|
|
#include "VG/openvg.h"
|
|
#include "VG/vgext.h"
|
|
|
|
#define MAPI_ABI_PREFIX vg
|
|
#define MAPI_ABI_PUBLIC VG_API_CALL
|
|
#define MAPI_ABI_ATTR VG_API_ENTRY
|
|
|
|
#endif /* VGAPI_DEFINES_H */
|