diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-19 14:37:23 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-19 14:37:23 -0800 |
commit | b30fd0918f8d99aa718ede3da30f9d29f87063e1 (patch) | |
tree | fc20a7c915ad5dfe3ea8fbb87dd5fd71eccd1956 /src/CrDatFrI.c | |
parent | 0224b43072c5ce42ec4f3280e6f6022a2e5380c6 (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.c | 4 |
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)); |