Issue 14049 - vcl/win/source/gdi/ doesn't build with MSVC 6
Summary: vcl/win/source/gdi/ doesn't build with MSVC 6
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: 644
Hardware: PC Windows 2000
: P1 (highest) Trivial (vote)
Target Milestone: OOo 1.1 Beta2
Assignee: stephan_schaefer
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-03 17:42 UTC by quetschke
Modified: 2003-11-23 11:36 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patches for vcl/win/source/gdi/ (1.58 KB, patch)
2003-05-03 17:44 UTC, quetschke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2003-05-03 17:42:24 UTC
The MSVC 6 build doesn't know min() and max() but does know std::min and std::max,
the following patch fixes this for
   salgdi3.cxx
and
   winlayout.cxx
and the Module was buildable with MSVC 6.

CCing vg as you did both changes.
Comment 1 quetschke 2003-05-03 17:44:03 UTC
Created attachment 6018 [details]
Patches for vcl/win/source/gdi/
Comment 2 quetschke 2003-05-03 17:45:05 UTC
Set target
Comment 3 christof.pintaske 2003-05-05 13:13:39 UTC
cp->ssa: please check
Comment 4 stephan_schaefer 2003-05-07 12:30:27 UTC
patch applied in CWS ooo11beta2
Comment 5 stephan_schaefer 2003-06-20 09:19:47 UTC
closing