mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 20:40:36 +02:00
gallium: replace #elif with #else
This commit is contained in:
parent
db99ca3bc9
commit
42f7fd7d81
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
#elif
|
||||
#else
|
||||
LARGE_INTEGER temp;
|
||||
LONGLONG freq;
|
||||
freq = temp.QuadPart;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue