Changeset 577 for trunk/src/user32/user32.cpp
- Timestamp:
- Aug 19, 1999, 2:54:30 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r407 r577 1 /* $Id: user32.cpp,v 1.2 0 1999-08-03 21:22:33sandervl Exp $ */1 /* $Id: user32.cpp,v 1.21 1999-08-19 12:53:55 sandervl Exp $ */ 2 2 3 3 /* … … 25 25 #include "wndproc.h" 26 26 #include "wndclass.h" 27 #include "icon.h"28 27 #include "usrcall.h" 29 28 #include "syscolor.h" … … 32 31 #include <stdlib.h> 33 32 #include <string.h> 33 #include <winicon.h> 34 34 35 35 //undocumented stuff … … 1398 1398 } 1399 1399 //****************************************************************************** 1400 //******************************************************************************1401 1400 HWND WIN32API CreateMDIWindowA(LPCSTR arg1, LPCSTR arg2, DWORD arg3, 1402 1401 int arg4, int arg5, int arg6, int arg7,
Note:
See TracChangeset
for help on using the changeset viewer.