Changeset 1066 for trunk/src/user32/user32.cpp
- Timestamp:
- Sep 26, 1999, 6:09:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r1057 r1066 1 /* $Id: user32.cpp,v 1.3 2 1999-09-26 10:10:00 sandervlExp $ */1 /* $Id: user32.cpp,v 1.33 1999-09-26 16:09:03 dengert Exp $ */ 2 2 3 3 /* … … 878 878 //****************************************************************************** 879 879 //****************************************************************************** 880 #if 0 880 881 UINT WIN32API SetTimer( HWND hwnd, UINT idTimer, UINT uTimeout, TIMERPROC tmprc) 881 882 { … … 900 901 return O32_KillTimer(hWnd,uIDEvent); 901 902 } 903 #endif 902 904 //****************************************************************************** 903 905 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.