summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-03 20:00:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-03 20:00:05 +0900
commit53f603f284e8a36a764855f80b0ddaadfee818b8 (patch)
treea81eb704747d62b204f207d549f4ac5eb5b91540 /win
parent26914d6b97d50cb87a41b4a51a037dfdd4e824ed (diff)
downloadtdelibs-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.h4
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;