Ignore:
Timestamp:
Jun 21, 1999, 8:19:04 PM (26 years ago)
Author:
phaller
Message:

Fix: GpiDestroyPS in os2wrap.h not correctly defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/os2wrap.h

    r146 r148  
    1 /* $Id: os2wrap.h,v 1.4 1999-06-21 17:45:38 sandervl Exp $ */
     1/* $Id: os2wrap.h,v 1.5 1999-06-21 18:19:04 phaller Exp $ */
    22#ifndef __OS2WRAP_H__
    33#define __OS2WRAP_H__
     
    96999699}
    97009700
    9701 #undef  GpiCreatePS
    9702 #define GpiCreatePS _GpiCreatePS
     9701#undef  GpiDestroyPS
     9702#define GpiDestroyPS _GpiDestroyPS
    97039703
    97049704inline BOOL _GpiDestroyPS(HPS a)
Note: See TracChangeset for help on using the changeset viewer.