forked from KolibriOS/kolibrios
Mesa: add mesa.def file
git-svn-id: svn://kolibrios.org@4471 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b21956c356
commit
c5b31b6cb2
1320
contrib/sdk/sources/Mesa/mesa.def
Normal file
1320
contrib/sdk/sources/Mesa/mesa.def
Normal file
File diff suppressed because it is too large
Load Diff
@ -31,11 +31,10 @@
|
||||
#include "gbm.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
/* GCC visibility */
|
||||
#if defined(__GNUC__) && __GNUC__ >= 4
|
||||
#define GBM_EXPORT __attribute__ ((visibility("default")))
|
||||
#if defined(BUILD_GL32)
|
||||
# define GBM_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define GBM_EXPORT
|
||||
# define GBM_EXPORT __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user