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
7d367d92
Commit
7d367d92
authored
Aug 25, 2008
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 26, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jscript: Added JSGlobal typelib.
parent
348b3b3a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
0 deletions
+6
-0
.gitignore
.gitignore
+1
-0
Makefile.in
dlls/jscript/Makefile.in
+2
-0
jsglobal.idl
dlls/jscript/jsglobal.idl
+0
-0
jsglobal_dispid.h
dlls/jscript/jsglobal_dispid.h
+0
-0
rsrc.rc
dlls/jscript/rsrc.rc
+3
-0
No files found.
.gitignore
View file @
7d367d92
...
...
@@ -36,6 +36,7 @@ dlls/dispdib.dll16
dlls/display.drv16
dlls/gdi.exe16
dlls/imm.dll16
dlls/jscript/jsglobal.tlb
dlls/kernel32/nls/winerr_deu.mc.rc
dlls/kernel32/nls/winerr_enu.mc.rc
dlls/kernel32/nls/winerr_fra.mc.rc
...
...
dlls/jscript/Makefile.in
View file @
7d367d92
...
...
@@ -11,6 +11,8 @@ C_SRCS = \
jscript.c
\
jscript_main.c
IDL_TLB_SRCS
=
jsglobal.idl
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/jscript/jsglobal.idl
0 → 100644
View file @
7d367d92
This diff is collapsed.
Click to expand it.
dlls/jscript/jsglobal_dispid.h
0 → 100644
View file @
7d367d92
This diff is collapsed.
Click to expand it.
dlls/jscript/rsrc.rc
View file @
7d367d92
...
...
@@ -18,3 +18,6 @@
/* @makedep: jscript.inf */
REGINST REGINST jscript.inf
/* @makedep: jsglobal.tlb */
1 TYPELIB LOADONCALL DISCARDABLE jsglobal.tlb
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