The resource editor keeps wiping out code of this form in my .rc:
#ifndef V2
IDB_SPLASHSCREEN BITMAP "res\\xyz v1.bmp"
#else
IDB_SPLASHSCREEN BITMAP "res\\xyz v2.bmp"
#endif
Anyone know of a workaround? Better way to accomplish the same?