mirror of
https://github.com/jessicanataliagta/PSPRecomp
synced 2026-09-26 16:49:34 -04:00
37e5469cbd
initial release
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
// Windows resource script for VCSNative.
|
|
//
|
|
// The lowest numeric icon id in an executable is the one Explorer, the task bar
|
|
// and Alt-Tab pick up, so the application icon is deliberately id 1.
|
|
|
|
#define VCSNATIVE_ICON 1
|
|
|
|
VCSNATIVE_ICON ICON "vcsnative.ico"
|