cabinet: Remove unneeded casts.

oldstable
Andrew Talbot 2007-12-06 20:58:36 +00:00 committed by Alexandre Julliard
parent 8090dbad93
commit 81d964824b
1 changed files with 2 additions and 2 deletions

View File

@ -403,11 +403,11 @@ typedef struct {
#define FDI_INT_MAGIC 0xfdfdfd05
#define REALLY_IS_FCI(hfci) ( \
(((void *) hfci) != NULL) && \
((hfci) != NULL) && \
(PFCI_INT(hfci)->FCI_Intmagic == FCI_INT_MAGIC) )
#define REALLY_IS_FDI(hfdi) ( \
(((void *) hfdi) != NULL) && \
((hfdi) != NULL) && \
(PFDI_INT(hfdi)->FDI_Intmagic == FDI_INT_MAGIC) )
/*