mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Clang fixes.
This commit is contained in:
parent
c5afbe9fea
commit
59cb19e56a
9 changed files with 75 additions and 69 deletions
|
|
@ -141,6 +141,12 @@ inline void reset_LastError()
|
|||
#include <utime.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
#ifndef PRIu64
|
||||
#define PRIu64 "I64u"
|
||||
#endif
|
||||
#ifndef PRIuPTR
|
||||
#define PRIuPTR "Iu"
|
||||
#endif
|
||||
#define PRI_ZU "zu"
|
||||
|
||||
#define PATH_MAX_STRING_SIZE 512
|
||||
|
|
@ -225,4 +231,4 @@ inline std::string ascii_to_lowercase(std::string data) {
|
|||
|
||||
#define FRIEND_AVATAR_MAX_IMAGE_LENGTH (5 * 1024 * 1024)
|
||||
|
||||
#endif//__INCLUDED_COMMON_INCLUDES__
|
||||
#endif//__INCLUDED_COMMON_INCLUDES__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue