Skip to content

Commit

Permalink
ci: up
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 21, 2024
1 parent da45a60 commit e3a1494
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/win32-api/src/lib/comctl32/api.types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as T from 'win32-def'
import * as S from 'win32-def/struct'
import * as T from 'win32-def/types'


export interface Win32Fns {
Expand Down
2 changes: 1 addition & 1 deletion packages/win32-api/src/lib/gdi32/api.types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as T from 'win32-def'
import * as T from 'win32-def/types'


export interface Win32Fns {
Expand Down
2 changes: 1 addition & 1 deletion packages/win32-api/src/lib/kernel32/api.types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as T from 'win32-def'
import * as S from 'win32-def/struct'
import * as T from 'win32-def/types'


export interface Win32Fns {
Expand Down
2 changes: 1 addition & 1 deletion packages/win32-api/src/lib/spoolss/api.types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as T from 'win32-def'
import * as T from 'win32-def/types'


export interface Win32Fns {
Expand Down
2 changes: 1 addition & 1 deletion packages/win32-api/src/lib/user32/api.types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as T from 'win32-def'
import * as S from 'win32-def/struct'
import * as T from 'win32-def/types'


// export interface Win32Fns extends M.DllFuncsModel {
Expand Down
2 changes: 1 addition & 1 deletion packages/win32-api/src/lib/winspool/api.types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as T from 'win32-def'
import * as S from 'win32-def/struct'
import * as T from 'win32-def/types'


export interface Win32Fns {
Expand Down
2 changes: 1 addition & 1 deletion packages/win32-api/src/util/user32/FindWindowExW.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import assert from 'assert'

import * as T from 'win32-def'
import * as T from 'win32-def/types'

import { load, LibFns } from '##/lib/user32/index.js'

Expand Down

0 comments on commit e3a1494

Please sign in to comment.