Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b18b5966
Commit
b18b5966
authored
Feb 04, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cabinet: Pass an FCI pointer to internal functions instead of a handle.
parent
9aa0e35e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
cabinet.h
dlls/cabinet/cabinet.h
+0
-7
fci.c
dlls/cabinet/fci.c
+0
-0
No files found.
dlls/cabinet/cabinet.h
View file @
b18b5966
...
@@ -372,9 +372,6 @@ typedef struct {
...
@@ -372,9 +372,6 @@ typedef struct {
PERF
perf
;
PERF
perf
;
}
FDI_Int
,
*
PFDI_Int
;
}
FDI_Int
,
*
PFDI_Int
;
/* cast an HFCI into a PFCI_Int */
#define PFCI_INT(hfci) ((PFCI_Int)(hfci))
/* cast an HFDI into a PFDI_Int */
/* cast an HFDI into a PFDI_Int */
#define PFDI_INT(hfdi) ((PFDI_Int)(hfdi))
#define PFDI_INT(hfdi) ((PFDI_Int)(hfdi))
...
@@ -390,10 +387,6 @@ typedef struct {
...
@@ -390,10 +387,6 @@ typedef struct {
#define FCI_INT_MAGIC 0xfcfcfc05
#define FCI_INT_MAGIC 0xfcfcfc05
#define FDI_INT_MAGIC 0xfdfdfd05
#define FDI_INT_MAGIC 0xfdfdfd05
#define REALLY_IS_FCI(hfci) ( \
((hfci) != NULL) && \
(PFCI_INT(hfci)->FCI_Intmagic == FCI_INT_MAGIC) )
#define REALLY_IS_FDI(hfdi) ( \
#define REALLY_IS_FDI(hfdi) ( \
((hfdi) != NULL) && \
((hfdi) != NULL) && \
(PFDI_INT(hfdi)->FDI_Intmagic == FDI_INT_MAGIC) )
(PFDI_INT(hfdi)->FDI_Intmagic == FDI_INT_MAGIC) )
...
...
dlls/cabinet/fci.c
View file @
b18b5966
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment