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.

20 lines
383 B

  1. /*
  2. * DirectUI main header (private)
  3. */
  4. #ifndef DUI_INC_DIRECTUIP_H_INCLUDED
  5. #define DUI_INC_DIRECTUIP_H_INCLUDED
  6. #pragma once
  7. #define GADGET_ENABLE_TRANSITIONS
  8. #include <duser.h>
  9. #include "DUIBaseP.h"
  10. #include "DUIUtilP.h"
  11. #include "DUICoreP.h"
  12. #include "DUIControlP.h"
  13. #include "DUILayoutP.h"
  14. #include "DUIParserP.h"
  15. #endif // DUI_INC_DIRECTUI_H_INCLUDED