Skip to content

Commit e80124d

Browse files
committed
upd
1 parent 37a69ac commit e80124d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

os/win/x86/inmem/ax.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ init_api:
273273
xor eax, eax
274274
stosd ; IActiveScriptSiteWindow.lpVtbl = NULL
275275
276-
; 6. Set script site
276+
; 6. Set script site
277277
; engine->lpVtbl->SetScriptSite(
278278
; engine, (IActiveScriptSite *)&mas);
279279
push ebp ; &IMyActiveScriptSite

os/win/x86/inmem/ax.inc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,10 @@ endstruc
282282
%define CLSCTX_INPROC_HANDLER 2
283283
%define CLSCTX_LOCAL_SERVER 4
284284
%define CLSCTX_REMOTE_SERVER 10
285-
%define COINIT_APARTMENTTHREADED 0x2
286-
%define COINIT_MULTITHREADED 0x0
287-
%define COINIT_DISABLE_OLE1DDE 0x4
288-
%define COINIT_SPEED_OVER_MEMORY 0x8
285+
%define COINIT_APARTMENTTHREADED 0x2
286+
%define COINIT_MULTITHREADED 0x0
287+
%define COINIT_DISABLE_OLE1DDE 0x4
288+
%define COINIT_SPEED_OVER_MEMORY 0x8
289289
290290
; SCRIPTSTATE
291291
%define SCRIPTSTATE_UNINITIALIZED 0

0 commit comments

Comments
 (0)