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.h

    r6072 r6327  
    1 /* $Id: oslibprf.h,v 1.1 2001-06-23 07:20:55 achimha Exp $ */
     1/* $Id: oslibprf.h,v 1.2 2001-07-14 08:36:18 sandervl Exp $ */
    22/*
    33 * Profile API wrappers for OS/2
     
    2222
    2323LONG OSLibPrfQueryProfileInt(OSLIB_HINI hini, char *pszApp, char *pszKey, LONG sDefault);
     24LONG OSLibPrfQueryProfileString(OSLIB_HINI hini, char *pszApp, char *pszKey, char *pszDefault, char *buffer, ULONG buflen);
    2425
    2526#endif
Note: See TracChangeset for help on using the changeset viewer.