[VBSCRIPT]
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 1 Jan 2014 18:29:51 +0000 (18:29 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 1 Jan 2014 18:29:51 +0000 (18:29 +0000)
commit7335a1dec51560794439701de8256af453d129a5
tree3667fa05223c63746f16380cc162f63665260b73
parent7599273da4922e8f67779211f0d5e7f5da9355bc
[VBSCRIPT]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61471
13 files changed:
reactos/dll/win32/vbscript/CMakeLists.txt
reactos/dll/win32/vbscript/compile.c
reactos/dll/win32/vbscript/error.c
reactos/dll/win32/vbscript/global.c
reactos/dll/win32/vbscript/interp.c
reactos/dll/win32/vbscript/lex.c
reactos/dll/win32/vbscript/parser.tab.c
reactos/dll/win32/vbscript/regexp.c
reactos/dll/win32/vbscript/vbdisp.c
reactos/dll/win32/vbscript/vbregexp.c
reactos/dll/win32/vbscript/vbscript.c
reactos/dll/win32/vbscript/vbscript.h
reactos/dll/win32/vbscript/vbscript_main.c