summaryrefslogtreecommitdiff
path: root/src/pal/inc/rt/winver.h
blob: b9ac6f296fc6d301c410b24c19849937e7ef6098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
//

//
// ===========================================================================
// File: winver.h
// 
// ===========================================================================
// winver.h for PAL
// Included in .rc files.

#define VS_VERSION_INFO     1
#define VS_FFI_FILEFLAGSMASK    0x0000003FL

#define VS_FF_DEBUG             0x00000001L
#define VS_FF_PRERELEASE        0x00000002L
#define VS_FF_PATCHED           0x00000004L
#define VS_FF_PRIVATEBUILD      0x00000008L
#define VS_FF_INFOINFERRED      0x00000010L
#define VS_FF_SPECIALBUILD      0x00000020L

#define VFT_UNKNOWN             0x00000000L
#define VFT_APP                 0x00000001L
#define VFT_DLL                 0x00000002L

#define VFT2_UNKNOWN            0x00000000L

#define VOS__WINDOWS32          0x00000004L