Skip to content

GCC like builtins macros for MSVC #389

@thradams

Description

@thradams

The idea is the define the same macros that are defined in GCC in MSVC.
This will make easier to define cake headers that works for all platforms without too many ifdefs.
For instance

this header for any platform.

typedef  __TYPE_SIZE__  size_t;

because TYPE_SIZE will be defined in those macros built-ins

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions