Changeset 780 for trunk/src/user32/new/user32.cpp
- Timestamp:
- Sep 1, 1999, 9:12:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/user32.cpp
r662 r780 1 /* $Id: user32.cpp,v 1.1 5 1999-08-24 15:57:27 cbratschiExp $ */1 /* $Id: user32.cpp,v 1.16 1999-09-01 19:12:21 phaller Exp $ */ 2 2 3 3 /* … … 866 866 //****************************************************************************** 867 867 //****************************************************************************** 868 BOOLWIN32API ExcludeUpdateRgn( HDC arg1, HWND arg2)868 INT WIN32API ExcludeUpdateRgn( HDC arg1, HWND arg2) 869 869 { 870 870 #ifdef DEBUG … … 2239 2239 *****************************************************************************/ 2240 2240 2241 BOOL WIN32API GetKeyboardLayoutNameA(LPTSTR pwszKLID) 2241 // @@@PH Win32 BOOL's are casted to INTs 2242 INT WIN32API GetKeyboardLayoutNameA(LPTSTR pwszKLID) 2242 2243 { 2243 2244 dprintf(("USER32:GetKeyboardLayoutNameA (%08x) not implemented.", … … 2263 2264 *****************************************************************************/ 2264 2265 2265 BOOL WIN32API GetKeyboardLayoutNameW(LPWSTR pwszKLID) 2266 // @@@PH Win32 BOOL's are casted to INTs 2267 INT WIN32API GetKeyboardLayoutNameW(LPWSTR pwszKLID) 2266 2268 { 2267 2269 dprintf(("USER32:GetKeyboardLayoutNameW (%08x) not implemented.",
Note:
See TracChangeset
for help on using the changeset viewer.