Changeset 9699 for trunk/src/user32/initterm.cpp
- Timestamp:
- Jan 21, 2003, 12:22:08 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/initterm.cpp
r6650 r9699 1 /* $Id: initterm.cpp,v 1.3 3 2001-09-05 13:53:50 birdExp $ */1 /* $Id: initterm.cpp,v 1.34 2003-01-21 11:22:08 sandervl Exp $ */ 2 2 /* 3 3 * USER32 DLL entry point … … 107 107 /* A non-zero value must be returned to indicate success. */ 108 108 /***********************************************************/ 109 return 1UL;109 return rc; 110 110 } 111 111
Note:
See TracChangeset
for help on using the changeset viewer.