Issue 14049

Summary: vcl/win/source/gdi/ doesn't build with MSVC 6
Product: gsl Reporter: quetschke
Component: codeAssignee: stephan_schaefer
Status: CLOSED FIXED QA Contact: issues@gsl <issues>
Severity: Trivial    
Priority: P1 (highest) CC: issues, vladimir.glazounov
Version: 644   
Target Milestone: OOo 1.1 Beta2   
Hardware: PC   
OS: Windows 2000   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Patches for vcl/win/source/gdi/ none

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