Subversion Repositories WoWGM

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 tristanc 1
//////////////////////////////////////////////////////////////////////////////
2
//
3
//  Common version parameters.
4
//
5
//  Microsoft Research Detours Package, Version 3.0 Build_343.
6
//
7
//  Copyright (c) Microsoft Corporation.  All rights reserved.
8
//
9
 
10
#define _USING_V110_SDK71_ 1
11
#include "winver.h"
12
#if 0
13
#include <windows.h>
14
#include <detours.h>
15
#else
16
#ifndef DETOURS_STRINGIFY
17
#define DETOURS_STRINGIFY(x)    DETOURS_STRINGIFY_(x)
18
#define DETOURS_STRINGIFY_(x)    #x
19
#endif
20
 
21
#define VER_FILEFLAGSMASK   0x3fL
22
#define VER_FILEFLAGS       0x0L
23
#define VER_FILEOS          0x00040004L
24
#define VER_FILETYPE        0x00000002L
25
#define VER_FILESUBTYPE     0x00000000L
26
#endif
27
#define VER_DETOURS_BITS    DETOUR_STRINGIFY(DETOURS_BITS)