12 lines
132 B
C
12 lines
132 B
C
/*
|
|
* RERROR.H
|
|
*
|
|
*/
|
|
|
|
|
|
void XXX(LPSTR pch);
|
|
void YYY(LPSTR lp, WORD w);
|
|
void ZZZ(LPSTR lp, DWORD dw);
|
|
|
|
#define TESTING
|