Changeset 261


Ignore:
Timestamp:
Jul 4, 1999, 11:35:04 AM (26 years ago)
Author:
sandervl
Message:

GUID fix for ICC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/win/wine/obj_base.h

    r185 r261  
    1 /* $Id: obj_base.h,v 1.5 1999-06-24 22:11:39 phaller Exp $ */
     1/* $Id: obj_base.h,v 1.6 1999-07-04 09:35:04 sandervl Exp $ */
    22/*
    33 * This file defines the macros and types necessary to define COM interfaces,
     
    2020#ifdef INITGUID
    2121#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
    22         const GUID name = \
     22        extern const GUID name = \
    2323   { l, w1, w2, { b1, b2,  b3,  b4,  b5,  b6,  b7,  b8 } }
    2424#else
Note: See TracChangeset for help on using the changeset viewer.