mirror of https://github.com/tongzx/nt5src
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.
22 lines
440 B
22 lines
440 B
#include "windows.h"
|
|
#include "res.h"
|
|
|
|
ID_ICON_TIC2 ICON bmp\tic2.ico
|
|
|
|
ID_BMP_BALL BITMAP bmp\balls.bmp
|
|
ID_BAW_BALL BITMAP bmp\ballsbw.bmp
|
|
|
|
#include "pref.dlg"
|
|
#include "menu.inc"
|
|
#include "strings.inc"
|
|
|
|
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Entertainment Pack Tic Tac Toe Game"
|
|
#define VER_INTERNALNAME_STR "tictac\0"
|
|
|
|
#include "common.ver"
|