VirtualBox

Ignore:
Timestamp:
Aug 2, 2022 12:55:08 AM (2 years ago)
Author:
vboxsync
Message:

include/iprt/nocrt: Prototyped a whole bunch of things to make mesa (almost) compile. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nocrt/inttypes.h

    r93115 r95975  
    3232#include <iprt/types.h>
    3333
     34#define PRId8  "RI8"
     35#define PRIi8  "RI8"
     36#define PRIx8  "RX8"
     37#define PRIu8  "RU8"
     38#define PRIo8  huh? anyone using this? great!
     39
     40#define PRId16 "RI16"
     41#define PRIi16 "RI16"
     42#define PRIx16 "RX16"
     43#define PRIu16 "RU16"
     44#define PRIo16 huh? anyone using this? great!
     45
    3446#define PRId32 "RI32"
     47#define PRIi32 "RI32"
    3548#define PRIx32 "RX32"
    3649#define PRIu32 "RU32"
     
    3851
    3952#define PRId64 "RI64"
     53#define PRIi64 "RI64"
    4054#define PRIx64 "RX64"
    4155#define PRIu64 "RU64"
    4256#define PRIo64 huh? anyone using this? great!
    4357
     58#define PRIdMAX "RI64"
     59#define PRIiMAX "RI64"
     60#define PRIxMAX "RX64"
     61#define PRIuMAX "RU64"
     62#define PRIoMAX huh? anyone using this? great!
     63
    4464#endif /* !IPRT_INCLUDED_nocrt_inttypes_h */
    4565
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette