Reactos
at master 16 lines 342 B view raw
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