Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-libraries
Commits
f66f4bcb
Commit
f66f4bcb
authored
Apr 03, 2000
by
Peter Achten
Browse files
(PA) removed tiny bug w.r.t. MDI frame window title.
parent
2160b3ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
libraries/ObjectIO/ObjectIO/OS Windows/Clean System Files/cCrossCall_12.obj
View file @
f66f4bcb
No preview for this file type
libraries/ObjectIO/ObjectIO/OS Windows/Windows_C_12/cCrossCall_12.c
View file @
f66f4bcb
...
...
@@ -5041,7 +5041,7 @@ HandleCleanRequest (CrossCallInfo * pcci)
styleFlags
|=
WS_MINIMIZE
;
hwndFrame
=
CreateWindow
(
MDIFrameClassName
// Class name
,
NULL
//
No t
itle
yet
,
(
LPCTSTR
)
gAppName
//
T
itle
is the application name
,
styleFlags
// Style parameters
,
0
,
0
// Default position (x,y)
,
CW_USEDEFAULT
,
CW_USEDEFAULT
// Default size (w,h)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment