14 lines
347 B
Plaintext
14 lines
347 B
Plaintext
///////////////////////////////////////////////////////////////////////////
|
|
// BEGIN Version Resource
|
|
|
|
#ifndef MAC
|
|
#if defined(WINNT) || defined(WINNT_ENV)
|
|
#include <winver.h>
|
|
#endif // winnt
|
|
#include "oejunk.rcv"
|
|
#endif // mac
|
|
|
|
// END Version Resource
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|