Changeset 5056 for trunk/src/user32/win32class.h
- Timestamp:
- Feb 2, 2001, 8:04:03 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32class.h
r3702 r5056 1 /* $Id: win32class.h,v 1.1 2 2000-06-13 21:26:30sandervl Exp $ */1 /* $Id: win32class.h,v 1.13 2001-02-02 19:04:02 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Class Managment Code for OS/2 … … 65 65 BOOL isAppClass(ULONG curProcessId); 66 66 67 static voidUnregisterClassA(HINSTANCE hinst, LPSTR id);67 static BOOL UnregisterClassA(HINSTANCE hinst, LPSTR id); 68 68 69 69 static Win32WndClass *FindClass(HINSTANCE hinst, LPSTR id);
Note:
See TracChangeset
for help on using the changeset viewer.