Ignore:
Timestamp:
Jun 10, 2001, 11:19:58 AM (24 years ago)
Author:
sandervl
Message:

bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/gen_object.h

    r5935 r5950  
    1 /* $Id: gen_object.h,v 1.6 2001-06-09 14:50:17 sandervl Exp $ */
     1/* $Id: gen_object.h,v 1.7 2001-06-10 09:19:57 sandervl Exp $ */
    22/*
    33 * Generic Object Class for OS/2
     
    2929         void  unlink();
    3030
     31#ifdef DEBUG
     32         LONG  addRef();
     33#else
    3134         LONG  addRef()         { return InterlockedIncrement(&refCount); };
     35#endif
    3236         LONG  getRefCount()    { return refCount; };
    3337         LONG  release();
Note: See TracChangeset for help on using the changeset viewer.