Skip to content

Commit

Permalink
test: prune
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Mar 4, 2019
1 parent a13f56d commit 65a6e05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/helper.ts
Expand Up @@ -57,10 +57,10 @@ export function createWindow(wndProc: M.WNDPROC): Observable<M.HWND> {
knl32.GetModuleHandleExW(0, ref.NULL, hInstance)

// Common Controls
const icc: M.INITCOMMONCONTROLSEX_Struct = new Struct(DS.INITCOMMONCONTROLSEX)()
icc.dwSize = 8
icc.dwICC = 0x40ff
comctl32.InitCommonControlsEx(icc.ref())
// const icc: M.INITCOMMONCONTROLSEX_Struct = new Struct(DS.INITCOMMONCONTROLSEX)()
// icc.dwSize = 8
// icc.dwICC = 0x40ff
// comctl32.InitCommonControlsEx(icc.ref())

// Window Class
const wClass: M.WNDClASSEX_Struct = new Struct(DS.WNDCLASSEX)()
Expand Down

0 comments on commit 65a6e05

Please sign in to comment.