~ubuntu-branches/ubuntu/natty/ibm-3270/natty

« back to all changes in this revision

Viewing changes to wc3270/shlobj_missing.h

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2009-12-14 11:48:53 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091214114853-mywixml32hct9jr1
Tags: 3.3.10ga4-2
* Fix section to match override.
* Use debhelper compat level 7.
* Use 3.0 (quilt) source format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#if !defined(_MSC_VER) /*[*/
 
2
 
1
3
/* IShellLinkDataList, missing from mingw's <shlobj.h>. */
2
4
 
3
5
extern const GUID IID_IShellLinkDataList;
46
48
} NT_CONSOLE_PROPS, *LPNT_CONSOLE_PROPS;
47
49
 
48
50
#define NT_CONSOLE_PROPS_SIG 0xA0000002
 
51
 
 
52
typedef struct {
 
53
        DATABLOCK_HEADER dbh;
 
54
        UINT    uCodePage;
 
55
} NT_FE_CONSOLE_PROPS, *LPNT_FE_CONSOLE_PROPS;
 
56
 
 
57
#define NT_FE_CONSOLE_PROPS_SIG 0xA0000004
 
58
 
 
59
#endif /*]*/