summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c
diff options
context:
space:
mode:
authorMichal Krol <michal@tungstengraphics.com>2008-01-20 19:36:23 +0100
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-01-26 10:52:01 +0900
commit6c3d12e374939d36a23af7c9c502de18ce02f423 (patch)
tree6123abc8348d0ef4a489b5929861267fe4cef5d9 /src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c
parent7411a84c2bd6f4dd4f027c6c6a647822cbb4c061 (diff)
gallium: Fix build for WinXP.
Diffstat (limited to 'src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c')
-rw-r--r--src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c b/src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c
index 8cdbbed272..28996b9a17 100644
--- a/src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c
+++ b/src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c
@@ -52,7 +52,7 @@ struct fenced_pb_manager
};
-static inline struct fenced_pb_manager *
+static INLINE struct fenced_pb_manager *
fenced_pb_manager(struct pb_manager *mgr)
{
assert(mgr);