mesa: fix Windows build error related to getuid()
authorBrian Paul <brianp@vmware.com>
Wed, 19 Apr 2017 18:13:36 +0000 (12:13 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 20 Apr 2017 01:55:29 +0000 (19:55 -0600)
commit9bfecb03c597f043c19f40d8e509f8cc067502fc
tree0d392a0b75730fd66b9d849f842300330517d3c5
parentdd4488ea6ca89b863bf8608d59723a0b25585101
mesa: fix Windows build error related to getuid()

getuid() and geteuid() are not present on Windows.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/mesa/main/context.c