Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
345 B

#include <windows.h>
#include "pg.h"
#if 1
PG_UPBITMAP BITMAP "..\\pg\\up1.bmp"
PG_PREVBITMAP BITMAP "..\\pg\\prev1.bmp"
PG_NEXTBITMAP BITMAP "..\\pg\\next1.bmp"
PG_DOWNBITMAP BITMAP "..\\pg\\down1.bmp"
#else
PG_UPBITMAP BITMAP "up1.bmp"
PG_PREVBITMAP BITMAP "prev1.bmp"
PG_NEXTBITMAP BITMAP "next1.bmp"
PG_DOWNBITMAP BITMAP "down1.bmp"
#endif