/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ #ifndef _FA_SECURITY_H_ #define _FA_SECURITY_H_ #ifndef __out_ecount #define __out_ecount(X) #endif #ifndef __out_ecount_opt #define __out_ecount_opt(X) #endif #ifndef __analysis_assume #define __analysis_assume(X) #endif #endif