1 // Copyright (c) 1996 James Clark
2 // See the file copying.txt for copying permission.
3 
4 
5 #define BUILD_LIBSP
6 #include "config.h"
7 #undef BUILD_LIBSP
8 #define BUILD_LIBSTYLE
9 
10 #ifdef SP_USE_DLL
11 #undef SP_API
12 #define SP_API SP_DLLIMPORT
13 #endif
14 
15 #ifdef _MSC_VER
16 #pragma warning (disable: 4355)
17 #endif
18 
19 #include "dsssl_ns.h"
20 #ifdef SP_PCH
21 #include "style_pch.h"
22 #endif
23