Ignore:
Timestamp:
Jul 14, 2001, 10:36:19 AM (24 years ago)
Author:
sandervl
Message:

query menu font from os2.ini

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibprf.cpp

    r6072 r6327  
    1 /* $Id: oslibprf.cpp,v 1.1 2001-06-23 07:20:55 achimha Exp $ */
     1/* $Id: oslibprf.cpp,v 1.2 2001-07-14 08:36:17 sandervl Exp $ */
    22/*
    33 * Profile API wrappers for OS/2
     
    2323    return PrfQueryProfileInt(hini, pszApp, pszKey, sDefault);
    2424}
     25
     26LONG OSLibPrfQueryProfileString(OSLIB_HINI hini, char *pszApp, char *pszKey, char *pszDefault, char *buffer, ULONG buflen)
     27{
     28    return PrfQueryProfileString(hini, pszApp, pszKey, pszDefault, buffer, buflen);
     29}
Note: See TracChangeset for help on using the changeset viewer.