Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
fc765b98
Commit
fc765b98
authored
Nov 08, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/objbase.h: Add missing include directives.
parent
a7f8195b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
objbase.h
include/objbase.h
+8
-3
No files found.
include/objbase.h
View file @
fc765b98
...
@@ -281,13 +281,16 @@ typedef interface IRpcStubBuffer IRpcStubBuffer;
...
@@ -281,13 +281,16 @@ typedef interface IRpcStubBuffer IRpcStubBuffer;
typedef
interface
IRpcChannelBuffer
IRpcChannelBuffer
;
typedef
interface
IRpcChannelBuffer
IRpcChannelBuffer
;
#endif
#endif
#include <objidl.h>
#ifndef RC_INVOKED
#ifndef RC_INVOKED
/* For compatibility only, at least for now */
/* For compatibility only, at least for now */
#include <stdlib.h>
#include <stdlib.h>
#endif
#endif
#include <wtypes.h>
#include <unknwn.h>
#include <objidl.h>
#include <guiddef.h>
#ifndef INITGUID
#ifndef INITGUID
#include <cguid.h>
#include <cguid.h>
#endif
#endif
...
@@ -511,7 +514,9 @@ HRESULT WINAPI StgSetTimes( OLECHAR const *lpszName, FILETIME const *pctime, FIL
...
@@ -511,7 +514,9 @@ HRESULT WINAPI StgSetTimes( OLECHAR const *lpszName, FILETIME const *pctime, FIL
}
}
#endif
#endif
/* FIXME: #include <urlmon.h> */
#ifndef __WINESRC__
# include <urlmon.h>
#endif
#include <propidl.h>
#include <propidl.h>
#ifndef __WINESRC__
#ifndef __WINESRC__
...
...
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