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

  1. /*
  2. * REVISIONS:
  3. * pcy26Nov92: Added #if C_OS2 around os2.h
  4. *
  5. * pcy08Apr94: Trim size, use static iterators, dead code removal
  6. */
  7. #define INCL_BASE
  8. #define INCL_NOPM
  9. #include "cdefine.h"
  10. extern "C" {
  11. #if (C_OS & C_OS2)
  12. #include <os2.h>
  13. #endif
  14. }
  15. #include "_defs.h"
  16. #include "event.h"
  17. #include "err.h"
  18. #include "contrlr.h"
  19. #include "dispatch.h"
  20. Controller :: Controller()
  21. {
  22. }