windows-nt/Source/XPSP1/NT/ds/netapi/svcdlls/upssvc/apcsmart/contrlr.cxx

28 lines
385 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
* REVISIONS:
* pcy26Nov92: Added #if C_OS2 around os2.h
*
* pcy08Apr94: Trim size, use static iterators, dead code removal
*/
#define INCL_BASE
#define INCL_NOPM
#include "cdefine.h"
extern "C" {
#if (C_OS & C_OS2)
#include <os2.h>
#endif
}
#include "_defs.h"
#include "event.h"
#include "err.h"
#include "contrlr.h"
#include "dispatch.h"
Controller :: Controller()
{
}