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
98260821
Commit
98260821
authored
Oct 03, 2009
by
Austin English
Committed by
Alexandre Julliard
Oct 05, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atl: Add missing prototypes.
parent
8bbaeb89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
atlbase.h
dlls/atl/atlbase.h
+3
-3
No files found.
dlls/atl/atlbase.h
View file @
98260821
...
...
@@ -28,9 +28,9 @@
typedef
HRESULT
(
WINAPI
_ATL_CREATORFUNC
)(
void
*
pv
,
REFIID
riid
,
LPVOID
*
ppv
);
typedef
HRESULT
(
WINAPI
_ATL_CREATORARGFUNC
)(
void
*
pv
,
REFIID
riid
,
LPVOID
*
ppv
,
DWORD
dw
);
typedef
HRESULT
(
WINAPI
_ATL_MODULEFUNC
)(
DWORD
dw
);
typedef
LPCSTR
(
WINAPI
_ATL_DESCRIPTIONFUNCA
)();
typedef
LPCWSTR
(
WINAPI
_ATL_DESCRIPTIONFUNCW
)();
typedef
const
struct
_ATL_CATMAP_ENTRY
*
(
_ATL_CATMAPFUNC
)();
typedef
LPCSTR
(
WINAPI
_ATL_DESCRIPTIONFUNCA
)(
void
);
typedef
LPCWSTR
(
WINAPI
_ATL_DESCRIPTIONFUNCW
)(
void
);
typedef
const
struct
_ATL_CATMAP_ENTRY
*
(
_ATL_CATMAPFUNC
)(
void
);
typedef
void
(
WINAPI
_ATL_TERMFUNC
)(
DWORD
dw
);
typedef
struct
_ATL_OBJMAP_ENTRYA_TAG
...
...
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