-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default icon id should be 32512 #28
Comments
Every Example I've seen uses id 1 for the program icon in the resource files. Additionally I've looked at several exes on my disks and almost all use 1 as the primary icon id. |
zedseven
added a commit
to zedseven/winres
that referenced
this issue
Jan 9, 2022
FabianLars
added a commit
to tauri-apps/winres
that referenced
this issue
Jan 5, 2023
Changed the default icon ID to `32512` to be in line with the Windows default, ref mxre#28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-loadicona
When using the LoadIcon API, IDI_APPLICATION looks for id 32512: MAKEINTRESOURCE(32512)
The text was updated successfully, but these errors were encountered: