mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Missed lib
This commit is contained in:
parent
59f0ff8806
commit
5d5186f812
2 changed files with 1 additions and 1 deletions
2
IDE/dist/lib/gen/src/Program.bf
vendored
2
IDE/dist/lib/gen/src/Program.bf
vendored
|
@ -12,7 +12,7 @@ namespace gen
|
|||
{
|
||||
class Program
|
||||
{
|
||||
static String[] sNames = new .[]("comdlg32", "gdi32", "kernel32", "ole32", "netapi32", "ntdll", "rpcrt4", "user32", "version", "winmm") ~ delete _;
|
||||
static String[] sNames = new .[]("comdlg32", "gdi32", "kernel32", "ole32", "netapi32", "ntdll", "rpcrt4", "shell32", "user32", "version", "winmm") ~ delete _;
|
||||
|
||||
public static int Main(String[] args)
|
||||
{
|
||||
|
|
BIN
IDE/dist/lib/x64/shell32.lib
vendored
Normal file
BIN
IDE/dist/lib/x64/shell32.lib
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue