diff options
author | Richard Levitte <levitte@openssl.org> | 2004-07-20 23:24:43 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2004-07-20 23:24:43 +0200 |
commit | 64ba6cf222ad7c6aab234cad068309a748f4a644 (patch) | |
tree | 525ac95f57aadf15d2a55ff35a62181702b8e726 /crypto/LPdir_wince.c | |
parent | Imported from LPlib, making sure the entry name (at least on Unix) is (diff) | |
download | openssl-64ba6cf222ad7c6aab234cad068309a748f4a644.tar.xz openssl-64ba6cf222ad7c6aab234cad068309a748f4a644.zip |
From LPlib:
Windows changes that detects if multibyte characters are available and
deals with them properly.
Contributed by Andy Polyakov <appro@fy.chalmers.se>
Diffstat (limited to 'crypto/LPdir_wince.c')
-rw-r--r-- | crypto/LPdir_wince.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/LPdir_wince.c b/crypto/LPdir_wince.c index f652178ec4..067db1d9c6 100644 --- a/crypto/LPdir_wince.c +++ b/crypto/LPdir_wince.c @@ -1,4 +1,4 @@ -/* $LP: LPlib/source/LPdir_wince.c,v 1.1 2004/06/14 10:07:56 _cvs_levitte Exp $ */ +/* $LP: LPlib/source/LPdir_wince.c,v 1.2 2004/07/20 21:15:55 _cvs_levitte Exp $ */ /* * Copyright (c) 2004, Richard Levitte <richard@levitte.org> * All rights reserved. @@ -26,4 +26,6 @@ */ #define LP_SYS_WINCE +/* We might want to define LP_MULTIBYTE_AVAILABLE here. It's currently + under investigation what the exact conditions would be */ #include "LPdir_win.c" |