Skip to content

Windows specific SAL notation #1

@TACIXAT

Description

@TACIXAT

Code uses __in __out __inout __forceinline... These are Windows specific.

You can define most of them away:

#define __in 
#define __out
#define __inout
#define __in_opt
#define __forceinline __attribute__((always_inline))

but it would be nice if the code was Linux ready as well.

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