Ignore:
Timestamp:
Feb 18, 2002, 4:17:48 PM (24 years ago)
Author:
bird
Message:

First try on the

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagepe2lx.cpp

    r6303 r7945  
    1 /* $Id: winimagepe2lx.cpp,v 1.18 2001-07-10 20:19:25 bird Exp $ */
     1/* $Id: winimagepe2lx.cpp,v 1.19 2002-02-18 15:17:48 bird Exp $ */
    22
    33/*
     
    121121   } qsPtrRec_t;
    122122
     123#else
     124   #if defined(QS_MODVER) && defined(QS_DCE_AUTORESET) /* hope these didn't exists in the other toolkits */
     125      /*
     126       * Workaround for the 4.5(1) toolkits.
     127       */
     128      #define qsPtrRec_t   QSPTRREC
     129      #define qsLrec_t     QSLREC
     130      #define qsLObjrec_t  QSLOBJREC
     131      #define qsGrec_t     QSGREC
     132   #endif
    123133#endif
    124134
Note: See TracChangeset for help on using the changeset viewer.