9 lines
248 B
C++
9 lines
248 B
C++
|
//*** libx.cpp -- 'source library' inclusions
|
||
|
// DESCRIPTION
|
||
|
// there are some things that we share in source (rather than .obj or .dll)
|
||
|
// form. this file builds them in the current directory.
|
||
|
|
||
|
#include "priv.h"
|
||
|
|
||
|
#include "..\inc\uassist.cpp"
|