projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59a168d
)
gallium: replace #elif with #else
author
Brian Paul
<brianp@vmware.com>
Fri, 19 Dec 2008 14:33:17 +0000
(07:33 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 19 Dec 2008 14:33:17 +0000
(07:33 -0700)
src/gallium/auxiliary/util/u_time.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_time.c
b/src/gallium/auxiliary/util/u_time.c
index bf7d1d1c8d5423c3f6fa22d66eff00d06bb43c4a..f84514165a289361c015762a635dd2a1356d8cba 100644
(file)
--- a/
src/gallium/auxiliary/util/u_time.c
+++ b/
src/gallium/auxiliary/util/u_time.c
@@
-111,7
+111,7
@@
util_time_add(const struct util_time *t1,
#elif defined(PIPE_SUBSYSTEM_WINDOWS_MINIPORT)
/* 1 tick = 100 nano seconds. */
t2->counter = t1->counter + usecs * 10;
-#el
if
+#el
se
LARGE_INTEGER temp;
LONGLONG freq;
freq = temp.QuadPart;