mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:12:58 +00:00
[VBSCRIPT] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
79d934d0a1
commit
9f8faabac0
20 changed files with 481 additions and 411 deletions
|
@ -16,9 +16,15 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "vbscript.h"
|
||||
|
||||
#include <vbscript_classes.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "vbscript.h"
|
||||
#include "objsafe.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(vbscript);
|
||||
|
||||
#ifdef _WIN64
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue