windows-nt/Source/XPSP1/NT/shell/osshell/accesory/notepad/precomp.h
2020-09-26 16:20:57 +08:00

24 lines
469 B
C

#define WIN31
#include "notepad.h"
#include <shellapi.h>
#include <cderr.h>
#include <winnlsp.h> // for NORM_STOP_ON_NULL
#include <string.h>
//
// We need to define BYTE_ORDER_MARK, and figure
// out how to get the system to tell us a font is a
// unicode font, and then we can eliminate uconvert.h
//
#include "uconvert.h"
#include "uniconv.h"
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <time.h>
#include <winspool.h>
#include "dlgs.h"