Ignore:
Timestamp:
Nov 14, 2011, 11:03:47 PM (14 years ago)
Author:
dmik
Message:

Port USER32.DLL (continued).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/user32/oslibprf.cpp

    r6327 r21808  
    1919#include "oslibprf.h"
    2020
    21 LONG OSLibPrfQueryProfileInt(OSLIB_HINI hini, char *pszApp, char *pszKey, LONG sDefault)
     21LONG OSLibPrfQueryProfileInt(OSLIB_HINI hini, const char *pszApp, const char *pszKey, LONG sDefault)
    2222{
    2323    return PrfQueryProfileInt(hini, pszApp, pszKey, sDefault);
    2424}
    2525
    26 LONG OSLibPrfQueryProfileString(OSLIB_HINI hini, char *pszApp, char *pszKey, char *pszDefault, char *buffer, ULONG buflen)
     26LONG OSLibPrfQueryProfileString(OSLIB_HINI hini, const char *pszApp, const char *pszKey, const char *pszDefault, char *buffer, ULONG buflen)
    2727{
    2828    return PrfQueryProfileString(hini, pszApp, pszKey, pszDefault, buffer, buflen);
Note: See TracChangeset for help on using the changeset viewer.