Commented out unused structures and typedefs

This commit is contained in:
Alexander S. Aganichev 2003-01-04 10:10:54 +00:00
parent 1cc9571a4c
commit c684094c38

View File

@ -38,7 +38,7 @@ typedef short SHORT;
typedef unsigned short USHORT; typedef unsigned short USHORT;
typedef long LONG; typedef long LONG;
typedef unsigned long ULONG; typedef unsigned long ULONG;
typedef unsigned char *PSZ; //typedef unsigned char *PSZ;
#endif #endif
@ -348,6 +348,7 @@ typedef struct _msgarea MSGAREA, *PMSGAREA; //JM931019
#define M_FIDO 0x00100000 /* Star . msg Format */ #define M_FIDO 0x00100000 /* Star . msg Format */
#define M_JAM 0x00200000 /* JAM msg Format */ #define M_JAM 0x00200000 /* JAM msg Format */
#if 0
struct _filearea struct _filearea
{ {
char *name; char *name;
@ -381,6 +382,7 @@ struct _filearea
typedef struct _filearea FILEAREA, *PFILEAREA; //JM931019 typedef struct _filearea FILEAREA, *PFILEAREA; //JM931019
#endif
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/
/* File area flags (areaflags) */ /* File area flags (areaflags) */
@ -403,6 +405,7 @@ typedef struct _filearea FILEAREA, *PFILEAREA; //JM931019
#define F_NOSEARCH 0x00008000 // copy download from CD to HD #define F_NOSEARCH 0x00008000 // copy download from CD to HD
#if 0
typedef struct _libarea typedef struct _libarea
{ {
char *name; char *name;
@ -428,6 +431,7 @@ typedef struct _libarea
struct _libarea *next; struct _libarea *next;
struct _libarea *prior; struct _libarea *prior;
} LIBAREA, *PLIBAREA; } LIBAREA, *PLIBAREA;
#endif
/*----------------------------------------------------------*/ /*----------------------------------------------------------*/
@ -436,7 +440,7 @@ typedef struct _libarea
#define L_ANSIONLY 0x00000001 /* */ #define L_ANSIONLY 0x00000001 /* */
// Group structure // Group structure
#if 0
typedef struct _GROUP typedef struct _GROUP
{ {
PSZ Name; PSZ Name;
@ -470,7 +474,7 @@ typedef struct _GROUP
struct _GROUP *Next; struct _GROUP *Next;
struct _GROUP *Prev; struct _GROUP *Prev;
} GROUP, *PGROUP; } GROUP, *PGROUP;
#endif
// Group Flags // Group Flags
#define G_FLAGSOVERWRITE 0x00000001 // if not overwrite, then accumulate #define G_FLAGSOVERWRITE 0x00000001 // if not overwrite, then accumulate
@ -480,6 +484,7 @@ typedef struct _GROUP
///// New File Search Info ///// New File Search Info
#if 0
typedef struct _user_info typedef struct _user_info
{ {
CHAR name[36]; CHAR name[36];
@ -606,6 +611,7 @@ typedef struct _xmsg
ULONG bflags; ULONG bflags;
ULONG cflags; ULONG cflags;
} XMSG, *PXMSG; } XMSG, *PXMSG;
#endif
/*----------------------------------------------------*/ /*----------------------------------------------------*/