Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
458 B

/*
| SCC Viewer Technology - Source file
|
| Code: SCCLO.C
| Module: SCCLO
| Developer: Phil Boutros
| Environment: Portable
| Function: Handles all localization considerations
|
*/
#define XLO
#include <PLATFORM.H>
#include <SCCID.H>
#include <SCCLO.H>
#include "scclo.pro"
#ifdef WINDOWS
#include "scclo_w.c"
#endif
#ifdef MAC
#include "scclo_m.c"
#endif
#ifdef OS2
#include "scclo_o.c"
#endif