summaryrefslogtreecommitdiff
path: root/src/CrDatFrI.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-19 14:37:23 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-19 14:37:23 -0800
commitb30fd0918f8d99aa718ede3da30f9d29f87063e1 (patch)
treefc20a7c915ad5dfe3ea8fbb87dd5fd71eccd1956 /src/CrDatFrI.c
parent0224b43072c5ce42ec4f3280e6f6022a2e5380c6 (diff)
Remove ancient port to 16-bit Windows without X11 libraries
Removes all the "FOR_MSW" code added back in 1994, which hasn't been buildable in the automake builds. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/CrDatFrI.c')
-rw-r--r--src/CrDatFrI.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CrDatFrI.c b/src/CrDatFrI.c
index adb4786..8a77e1d 100644
--- a/src/CrDatFrI.c
+++ b/src/CrDatFrI.c
@@ -39,10 +39,6 @@
#endif
#include "XpmI.h"
-#ifdef FOR_MSW
-#define snprintf _snprintf
-#endif
-
LFUNC(CreateColors, int, (char **dataptr, unsigned int *data_size,
XpmColor *colors, unsigned int ncolors,
unsigned int cpp));