ReactOS 0.4.15-dev-7958-gcd0bb1a
sal.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS PSDK
3 * LICENSE: MIT (https://spdx.org/licenses/MIT)
4 * PURPOSE: Standard Annotation Language (SAL) definitions
5 * COPYRIGHT: 2021 - Jérôme Gardou
6 */
7
8#pragma once
9
10/* Include MS version first */
11#include "ms_sal.h"
12
13/* Some overrides with GCC attributes */
14#ifdef __GNUC__
15#include "gcc_sal.h"
16#endif