18 lines
455 B
OpenEdge ABL
18 lines
455 B
OpenEdge ABL
|
/***************************************************************************
|
||
|
*
|
||
|
* VERSOME.H
|
||
|
*
|
||
|
* Include this header file for proper resource version where some Citrix
|
||
|
* code has been added to an existing NT component. See ctxver.h for details.
|
||
|
*
|
||
|
* Copyright Microsoft Corporation, 1998
|
||
|
*
|
||
|
*
|
||
|
****************************************************************************/
|
||
|
|
||
|
#define VER_CTXCONTENT 1
|
||
|
#define VER_CTXSOMECONTENT 1
|
||
|
|
||
|
#include <ctxver.h>
|
||
|
|