Skip to content

Commit

Permalink
Define bazel/win32:gdi32
Browse files Browse the repository at this point in the history
This is a preparation to remove the dependency on WTL (#861).

#codehealth

PiperOrigin-RevId: 599385886
  • Loading branch information
yukawa authored and hiroyuki-komatsu committed Jan 18, 2024
1 parent afd37bf commit 88f8c14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bazel/win32/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ mozc_win32_lib(
name = "dwrite",
)

mozc_win32_lib(
name = "gdi32",
)

mozc_win32_lib(
name = "gdiplus",
)
Expand Down

0 comments on commit 88f8c14

Please sign in to comment.