Leaked source code of windows server 2003
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.
 
 
 
 
 
 

27 lines
412 B

/*
* 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()
{
}