2019-06-23 13:41:26 +00:00
|
|
|
/*
|
|
|
|
* PROJECT: ReactOS PSDK
|
|
|
|
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
|
|
|
* PURPOSE: Standard Annotation Language (SAL) definitions
|
2021-06-17 12:48:52 +00:00
|
|
|
* COPYRIGHT: 2021 - Jérôme Gardou
|
2019-06-23 13:41:26 +00:00
|
|
|
*/
|
2019-06-23 12:45:46 +00:00
|
|
|
|
2012-01-03 19:41:18 +00:00
|
|
|
#pragma once
|
2019-06-23 12:45:46 +00:00
|
|
|
|
2021-06-17 12:48:52 +00:00
|
|
|
/* Include MS version first */
|
|
|
|
#include "ms_sal.h"
|
2012-01-03 19:41:18 +00:00
|
|
|
|
2021-06-17 12:48:52 +00:00
|
|
|
/* Some overrides with GCC attributes */
|
|
|
|
#ifdef __GNUC__
|
|
|
|
#include "gcc_sal.h"
|
2012-01-05 17:06:10 +00:00
|
|
|
#endif
|