Changeset 5057 for trunk/src


Ignore:
Timestamp:
Feb 2, 2001, 8:37:08 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4851 r5057  
    1 /* $Id: font.cpp,v 1.16 2000-12-30 10:17:23 sandervl Exp $ */
     1/* $Id: font.cpp,v 1.17 2001-02-02 19:37:08 sandervl Exp $ */
    22
    33/*
     
    519519{
    520520  dprintf(("GDI32: GetFontData, not implemented (GDI_ERROR)\n"));
     521  SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
     522
    521523  return(GDI_ERROR);
    522524}
Note: See TracChangeset for help on using the changeset viewer.