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.

23 lines
492 B

  1. #define WIN31
  2. #include "notepad.h"
  3. #include <shellapi.h>
  4. #include <cderr.h>
  5. #include <winnlsp.h> // for NORM_STOP_ON_NULL
  6. #include <string.h>
  7. //
  8. // We need to define BYTE_ORDER_MARK, and figure
  9. // out how to get the system to tell us a font is a
  10. // unicode font, and then we can eliminate uconvert.h
  11. //
  12. #include "uconvert.h"
  13. #include "uniconv.h"
  14. #include <stdio.h>
  15. #include <stdlib.h>
  16. #include <ctype.h>
  17. #include <time.h>
  18. #include <winspool.h>
  19. #include "dlgs.h"