cmd: DIR command outputs free space for the path.
[wine.git] / include / specstrings_strict.h
blob07a30db765ce127595a6b135ca01dbdda7787b2e
1 /*
2 * Copyright 2023 Vitaly Lipatov
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #ifndef __SPECSTRINGS_STRICT_LEVEL
20 #define __SPECSTRINGS_STRICT_LEVEL 1
21 #endif
23 #if !defined(__midl) && !defined(__WIDL__) && (__SPECSTRINGS_STRICT_LEVEL > 0)
25 #define __field_bcount(size)
26 #define __field_ecount(size)
27 #define __field_xcount(size)
28 #define __success(status)
29 #define __range(lb,ub)
31 #ifdef _MSC_VER
32 #define __in
33 #define __out
34 #define __reserved
35 #endif
37 #endif