From 1e3042e26a76c4537eddbb3d93152ad6e1e2e74b Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 22 Aug 2003 05:04:56 +0000 Subject: [PATCH] Removed no longer used internal definitions. --- include/winnls.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/winnls.h b/include/winnls.h index 5c0f6d92623..0aabaf1d6b1 100644 --- a/include/winnls.h +++ b/include/winnls.h @@ -333,13 +333,6 @@ extern "C" { #define TIME_NOSECONDS 0x02 /* show no seconds */ #define TIME_NOMINUTESORSECONDS 0x01 /* show no minutes either */ -/* FIXME: These 3 defines are internal and should be removed */ -#ifdef __WINESRC__ -#define DATE_DATEVARSONLY 0x0100 /* only date stuff: yMdg */ -#define TIME_TIMEVARSONLY 0x0200 /* only time stuff: hHmst */ -#define LOCALE_TIMEDATEBOTH 0x0300 /* full set */ -#endif - /* Unicode char type flags */ #define CT_CTYPE1 0x0001 /* usual ctype */ #define CT_CTYPE2 0x0002 /* bidirectional layout info */ -- 2.11.4.GIT