491_uppsrc.diff

The diff file to apply for uppsrc directory - Sender Ghost, 07/14/2013 01:21 AM

Download (1.48 KB)

View differences:

uppsrc/Core/Core.h 2013-07-14 02:38:31 +0400
103 103
		#endif
104 104
	#endif
105 105

  
106
	#if defined(COMPILER_MINGW) && !defined(WINVER)
107
		#define WINVER 0xFFFF	
106
	#if defined(COMPILER_MINGW)
107
		#if !defined(WINVER)
108
			#define WINVER 0xFFFF
109
		#endif
110
		#include <float.h>
108 111
	#endif
109 112

  
110 113
	#define DIR_SEP  '\\'
uppsrc/Core/Format.cpp 2013-07-14 02:44:51 +0400
1 1
#include "Core.h"
2 2
//#BLITZ_APPROVE
3
#include <float.h>
4 3

  
5 4
NAMESPACE_UPP
6 5

  
uppsrc/CtrlLib/CtrlUtil.cpp 2013-07-14 02:45:27 +0400
186 186
	return false;
187 187
}
188 188

  
189
bool EditNumber(int& n, const char *title, const char *label, double min, double max, bool notnull)
189
bool EditNumber(double& n, const char *title, const char *label, double min, double max, bool notnull)
190 190
{
191 191
	WithEditDoubleLayout<TopWindow> dlg;
192 192
	CtrlLayoutOKCancel(dlg, title);
uppsrc/Geom/polyalg.cpp 2013-07-14 02:44:16 +0400
1 1
#include "Geom.h"
2 2
#pragma hdrstop
3 3

  
4
#include <float.h>
5

  
6 4
NAMESPACE_UPP
7 5

  
8 6
#define POLY_TIMING(n) // RTIMING(n)