Changeset 118 for trunk/src


Ignore:
Timestamp:
Jun 18, 1999, 1:13:47 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

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