summaryrefslogtreecommitdiffstats
path: root/private/ole2ui32/precomp.h
blob: 40edf741dbbb914fd56729bb4110d5a5cebf425e (plain) (blame)
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
/*
 * PRECOMP.H
 *
 * This file is used to precompile the OLEDLG.H header file
 *
 * Copyright (c)1992 Microsoft Corporation, All Right Reserved
 */

// only STRICT compiles are supported
#ifndef STRICT
#define STRICT
#endif

#include "oledlg.h"
#include "olestd.h"
#include "resource.h"
#include "commctrl.h"
#ifndef WM_NOTIFY

// WM_NOTIFY is new in later versions of Win32
#define WM_NOTIFY 0x004e
typedef struct tagNMHDR
{
        HWND hwndFrom;
        UINT idFrom;
        UINT code;
} NMHDR;
#endif  //!WM_NOTIFY