Changeset 5955 for trunk/src/kernel32/profile.cpp
- Timestamp:
- Jun 10, 2001, 11:59:31 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/profile.cpp
r5939 r5955 1 /* $Id: profile.cpp,v 1.3 0 2001-06-09 19:46:01 sandervl Exp $ */1 /* $Id: profile.cpp,v 1.31 2001-06-10 21:59:31 sandervl Exp $ */ 2 2 3 3 /* … … 1669 1669 } 1670 1670 1671 1672 /*********************************************************************** 1673 * CloseProfileUserMapping (KERNEL.138) 1674 */ 1675 BOOL WINAPI CloseProfileUserMapping(void) 1676 { 1677 dprintf(("CloseProfileUserMapping: STUB")); 1678 return TRUE; 1679 } 1680 1681 BOOL WINAPI OpenProfileUserMapping(void) 1682 { 1683 dprintf(("OpenProfileUserMapping: STUB")); 1684 return TRUE; 1685 } 1686
Note:
See TracChangeset
for help on using the changeset viewer.