Skip to content

Commit

Permalink
Merge pull request #679 from timsneath/673
Browse files Browse the repository at this point in the history
Fix missing export from win32 (#673)
  • Loading branch information
halildurmus authored Apr 8, 2023
2 parents f9f0def + baf8b39 commit 7092026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/win32.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export 'src/win32/bluetoothapis.g.dart';
export 'src/win32/bthprops.g.dart';
export 'src/win32/comctl32.g.dart';
export 'src/win32/comdlg32.g.dart';
export 'src/win32/crypt32.g.dart';
export 'src/win32/dbghelp.g.dart';
export 'src/win32/dwmapi.g.dart';
export 'src/win32/dxva2.g.dart';
Expand Down

0 comments on commit 7092026

Please sign in to comment.