projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8090dba
)
cabinet: Remove unneeded casts.
author
Andrew Talbot
<andrew.talbot@talbotville.com>
Thu, 6 Dec 2007 20:58:36 +0000
(20:58 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 7 Dec 2007 16:36:01 +0000
(17:36 +0100)
dlls/cabinet/cabinet.h
patch
|
blob
|
blame
|
history
diff --git
a/dlls/cabinet/cabinet.h
b/dlls/cabinet/cabinet.h
index
f566124
..
e786c1f
100644
(file)
--- a/
dlls/cabinet/cabinet.h
+++ b/
dlls/cabinet/cabinet.h
@@
-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) )
/*