Changeset 5451 for trunk/src/kernel32/KERNEL32.CPP
- Timestamp:
- Apr 3, 2001, 4:10:48 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/KERNEL32.CPP
r5411 r5451 1 /* $Id: KERNEL32.CPP,v 1.6 2 2001-03-31 10:39:01sandervl Exp $ */1 /* $Id: KERNEL32.CPP,v 1.63 2001-04-03 14:10:47 sandervl Exp $ */ 2 2 3 3 /* … … 170 170 //****************************************************************************** 171 171 //****************************************************************************** 172 UINT WIN32API GetOEMCP(VOID)173 {174 dprintf(("KERNEL32: GetOEMCP\n"));175 return(O32_GetOEMCP());176 }177 //******************************************************************************178 //******************************************************************************179 180 172 /* 181 173 * PH 2000/09/25 This is an experiment to overcome some problems … … 276 268 dprintf(("KERNEL32: IsBadHugeWritePtr\n")); 277 269 return O32_IsBadHugeWritePtr(arg1, arg2); 278 }279 //******************************************************************************280 //******************************************************************************281 BOOL WIN32API IsDBCSLeadByte(BYTE arg1)282 {283 dprintf2(("KERNEL32: IsDBCSLeadByte %x", arg1));284 return O32_IsDBCSLeadByte(arg1);285 270 } 286 271 //****************************************************************************** … … 411 396 412 397 //****************************************************************************** 413 /*KSO Thu 21.05.1998*/414 BOOL WIN32API IsDBCSLeadByteEx(UINT CodePage, BYTE TestChar)415 {416 dprintf(("KERNEL32: OS2IsDBCSLeadByteEx - not correctly implemented\n"));417 return O32_IsDBCSLeadByte(TestChar);418 }419 //******************************************************************************420 398 421 399
Note:
See TracChangeset
for help on using the changeset viewer.