mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
util: Use DETECT_OS_WINDOWS instead WIN32 in u_process.c
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18001>
This commit is contained in:
parent
d85295e6a9
commit
dec40ea4da
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ __getProgramName()
|
|||
}
|
||||
|
||||
# define GET_PROGRAM_NAME() __getProgramName()
|
||||
#elif defined(WIN32)
|
||||
#elif DETECT_OS_WINDOWS
|
||||
static const char *
|
||||
__getProgramName()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue