diff options
Diffstat (limited to 'include/m_netlib.h')
-rw-r--r-- | include/m_netlib.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/m_netlib.h b/include/m_netlib.h index 577eb3b2a9..e5dbc7ca00 100644 --- a/include/m_netlib.h +++ b/include/m_netlib.h @@ -90,12 +90,6 @@ typedef struct { #define NUF_UNICODE 0x40 // if set ptszDescriptiveName points to Unicode, otherwise it points to ANSI string
#define MS_NETLIB_REGISTERUSER "Netlib/RegisterUser"
-#if defined(_UNICODE)
- #define NUF_TCHAR NUF_UNICODE
-#else
- #define NUF_TCHAR 0
-#endif
-
/////////////////////////////////////////////////////////////////////////////////////////
// Assign a Netlib user handle a set of dynamic HTTP headers to be used with all
//
|