diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-10-06 14:22:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-10-06 14:22:11 +0000 |
commit | 390fddf7088a0c74fe0adf65e1677918614e6e02 (patch) | |
tree | 8f8185db89e2f9a16a16afb93ac5d9aa0ec3046a | |
parent | 4def252dc06ab6951e80e21ad919829521dcd1ee (diff) |
INTEGRATION: CWS rt02 (1.1.148); FILE MERGED
2003/10/01 09:15:53 rt 1.1.148.1: #i19697# No newline at end of file
-rw-r--r-- | sal/systools/win32/uwinapi/snprintf.c | 2 | ||||
-rw-r--r-- | sal/systools/win32/uwinapi/snwprintf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sal/systools/win32/uwinapi/snprintf.c b/sal/systools/win32/uwinapi/snprintf.c index b91ce5c425eb..694eef21fbf9 100644 --- a/sal/systools/win32/uwinapi/snprintf.c +++ b/sal/systools/win32/uwinapi/snprintf.c @@ -7,4 +7,4 @@ #define _MBCS #endif -#include "sntprintf.c"
\ No newline at end of file +#include "sntprintf.c" diff --git a/sal/systools/win32/uwinapi/snwprintf.c b/sal/systools/win32/uwinapi/snwprintf.c index 2f8364ae556b..80a5760c86f1 100644 --- a/sal/systools/win32/uwinapi/snwprintf.c +++ b/sal/systools/win32/uwinapi/snwprintf.c @@ -2,4 +2,4 @@ #define _UNICODE #endif -#include "sntprintf.c"
\ No newline at end of file +#include "sntprintf.c" |