mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-24 04:53:28 -04:00
Fixed warning.
This commit is contained in:
parent
d91bd8651b
commit
c310ab201e
1 changed files with 3 additions and 3 deletions
6
3rdparty/nvtt/nvcore/posh.h
vendored
6
3rdparty/nvtt/nvcore/posh.h
vendored
|
@ -412,7 +412,9 @@ LLVM:
|
|||
# if !defined POSH_OS_XBOX
|
||||
# if defined _WIN64
|
||||
# define POSH_OS_WIN64 1
|
||||
# define POSH_OS_STRING "Win64"
|
||||
# if !defined POSH_OS_STRING
|
||||
# define POSH_OS_STRING "Win64"
|
||||
# endif // !defined POSH_OS_STRING
|
||||
# else
|
||||
# if !defined POSH_OS_STRING
|
||||
# define POSH_OS_STRING "Win32"
|
||||
|
@ -1026,5 +1028,3 @@ extern posh_i64_t POSH_ReadI64FromBig( const void *src );
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue