Ignore:
Timestamp:
Jun 18, 1999, 1:12:50 AM (26 years ago)
Author:
phaller
Message:

Fix: GDI32:OS2DPtoLP recursed, and I cursed, too :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/gdi32.cpp

    r46 r117  
    1 /* $Id: gdi32.cpp,v 1.3 1999-06-07 20:57:59 sandervl Exp $ */
     1/* $Id: gdi32.cpp,v 1.4 1999-06-17 23:12:50 phaller Exp $ */
    22
    33/*
     
    799799{
    800800    dprintf(("GDI32: OS2DPtoLP\n"));
    801     return DPtoLP(arg1, arg2, arg3);
     801    return OP32_DPtoLP(arg1, arg2, arg3);
    802802}
    803803//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.