bench.h
Go to the documentation of this file.00001
#include <windows.h>
00002
00003
#ifdef RC_INVOKED
00004
#define ID(id) id
00005
#else
00006 #define ID(id) MAKEINTRESOURCE(id)
00007
#endif
00008
00009 #define GWLP_HWNDEDIT 0
00010 #define IDUSERBENCH ID(1)
00011 #define IDNOTE ID(2)
00012
00013
#ifndef RC_INVOKED
00014
00015
#ifndef WIN32
00016 #define APIENTRY FAR PASCAL
00017 typedef int INT;
00018 typedef char CHAR;
00019
#else
00020
#define DLGPROC WNDPROC
00021
#endif
00022
00023 #define A 0
00024 #define W 1
00025
00026
#endif
Generated on Sat May 15 19:39:18 2004 for test by
1.3.7