~ubuntu-branches/ubuntu/precise/wine1.3/precise

« back to all changes in this revision

Viewing changes to include/ole2.h

  • Committer: Package Import Robot
  • Author(s): Scott Ritchie
  • Date: 2012-01-17 09:00:34 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120117090034-eyhpp02jawlvrrkc
Tags: 1.3.37-0ubuntu1
* New upstream release
  - Many changes
* Convert to 3.0 source format
* debian/control:
  - Remove pre-multiarch amd64 build depends
  - Remove quilt build depends
  - Recommend proper gecko versions
* debian/rules:
  - Remove manual dh_quilt patch and unpatch
  - No need to uuencode/uudecode anymore with new source format

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#define E_DRAW                  VIEW_E_DRAW
36
36
#define DATA_E_FORMATETC        DV_E_FORMATETC
37
37
 
38
 
#define OLEIVERB_PRIMARY            (0L)
39
 
#define OLEIVERB_SHOW               (-1L)
40
 
#define OLEIVERB_OPEN               (-2L)
41
 
#define OLEIVERB_HIDE               (-3L)
42
 
#define OLEIVERB_UIACTIVATE         (-4L)
43
 
#define OLEIVERB_INPLACEACTIVATE    (-5L)
44
 
#define OLEIVERB_DISCARDUNDOSTATE   (-6L)
45
 
#define OLEIVERB_PROPERTIES         (-7L)
 
38
#define OLEIVERB_PRIMARY            (__MSABI_LONG(0))
 
39
#define OLEIVERB_SHOW               (__MSABI_LONG(-1))
 
40
#define OLEIVERB_OPEN               (__MSABI_LONG(-2))
 
41
#define OLEIVERB_HIDE               (__MSABI_LONG(-3))
 
42
#define OLEIVERB_UIACTIVATE         (__MSABI_LONG(-4))
 
43
#define OLEIVERB_INPLACEACTIVATE    (__MSABI_LONG(-5))
 
44
#define OLEIVERB_DISCARDUNDOSTATE   (__MSABI_LONG(-6))
 
45
#define OLEIVERB_PROPERTIES         (__MSABI_LONG(-7))
46
46
 
47
47
#define EMBDHLP_INPROC_HANDLER  0x00000000
48
48
#define EMBDHLP_INPROC_SERVER   0x00000001