Subversion Repositories DevTools

Rev

Rev 2877 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2877 dpurdie 1
/*++ BUILD Version: ????     Increment this if a change has global effects
2
 
3
Copyright 1990 - 1998 Microsoft Corporation
4
 
5
Module Name:
6
 
7
    winresrc.h
8
 
9
Abstract:
10
 
11
    This module defines the 32-Bit Windows resource codes.
12
 
13
Revision History:
14
 
15
--*/
16
 
17
#ifndef _WINRESRC_
18
#define _WINRESRC_
19
 
20
#include <winuser.rh>
21
#include <commctrl.rh>
22
#include <dde.rh>
23
#include <winnt.rh>
24
#include <dlgs.h>
25
#include <winver.h>
26
 
27
#endif /* _WINRESRC_ */