Skip to content

crash when compiled/run on 64b #2

@WilliamTambellini

Description

@WilliamTambellini

Fix:
in structs.h :

// Be carrefull: long on 64b cpu/compiler are not 32b
//typedef unsigned long u32;
typedef uint32_t u32;
//typedef signed long s32;
typedef int32_t s32;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions