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
4f5b2a4c
Commit
4f5b2a4c
authored
Sep 02, 2011
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 02, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vbscript: Moved includes required by vbscript.h to the header.
parent
286c9cee
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
19 deletions
+10
-19
vbscript.c
dlls/vbscript/vbscript.c
+1
-9
vbscript.h
dlls/vbscript/vbscript.h
+8
-0
vbscript_main.c
dlls/vbscript/vbscript_main.c
+1
-10
No files found.
dlls/vbscript/vbscript.c
View file @
4f5b2a4c
...
...
@@ -16,19 +16,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <assert.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "ole2.h"
#include "objsafe.h"
#include "vbscript.h"
#include "objsafe.h"
#include "wine/debug.h"
...
...
dlls/vbscript/vbscript.h
View file @
4f5b2a4c
...
...
@@ -16,7 +16,15 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "ole2.h"
#include "activscp.h"
#include "vbscript_classes.h"
typedef
struct
{
...
...
dlls/vbscript/vbscript_main.c
View file @
4f5b2a4c
...
...
@@ -16,20 +16,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "initguid.h"
#include "
ole2
.h"
#include "
vbscript
.h"
#include "objsafe.h"
#include "rpcproxy.h"
#include "vbscript.h"
#include "vbscript_classes.h"
#include "wine/debug.h"
...
...
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