diff options
Diffstat (limited to 'win32/PlatWin.cxx')
| -rw-r--r-- | win32/PlatWin.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index ee1d2d71c..631c38ab5 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -481,7 +481,7 @@ public:  const int stackBufferLength = 1000;  class TextWide : public VarBuffer<wchar_t, stackBufferLength> {  public: -	int tlen; +	int tlen;	// Using int instead of size_t as most Win32 APIs take int.  	TextWide(const char *s, int len, bool unicodeMode, int codePage=0) :  		VarBuffer<wchar_t, stackBufferLength>(len) {  		if (unicodeMode) { | 
