diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-03 20:00:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-03 20:00:05 +0900 |
| commit | 53f603f284e8a36a764855f80b0ddaadfee818b8 (patch) | |
| tree | a81eb704747d62b204f207d549f4ac5eb5b91540 /win | |
| parent | 26914d6b97d50cb87a41b4a51a037dfdd4e824ed (diff) | |
| download | tdelibs-drop/custom-vsnprintf.tar.gz tdelibs-drop/custom-vsnprintf.zip | |
vsnprintf/snprintf are part of the c++ standard, so there is no need to keep around custom implementations for themdrop/custom-vsnprintf
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'win')
| -rw-r--r-- | win/tdelibs_global_win.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win/tdelibs_global_win.h b/win/tdelibs_global_win.h index 06e31e067..1828bfb58 100644 --- a/win/tdelibs_global_win.h +++ b/win/tdelibs_global_win.h @@ -111,10 +111,6 @@ int kde_start typedef char* caddr_t; -#define snprintf _snprintf -#define vsnprintf _vsnprintf - - /* should be in <sys/types.h> */ typedef int mode_t; |
