Changeset 21808 for branches/gcc-kmk/src/user32/oslibprf.cpp
- Timestamp:
- Nov 14, 2011, 11:03:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/oslibprf.cpp
r6327 r21808 19 19 #include "oslibprf.h" 20 20 21 LONG OSLibPrfQueryProfileInt(OSLIB_HINI hini, c har *pszApp,char *pszKey, LONG sDefault)21 LONG OSLibPrfQueryProfileInt(OSLIB_HINI hini, const char *pszApp, const char *pszKey, LONG sDefault) 22 22 { 23 23 return PrfQueryProfileInt(hini, pszApp, pszKey, sDefault); 24 24 } 25 25 26 LONG OSLibPrfQueryProfileString(OSLIB_HINI hini, c har *pszApp, char *pszKey,char *pszDefault, char *buffer, ULONG buflen)26 LONG OSLibPrfQueryProfileString(OSLIB_HINI hini, const char *pszApp, const char *pszKey, const char *pszDefault, char *buffer, ULONG buflen) 27 27 { 28 28 return PrfQueryProfileString(hini, pszApp, pszKey, pszDefault, buffer, buflen);
Note:
See TracChangeset
for help on using the changeset viewer.