admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
advcore
appcompat
core
ddk
dload
feime
chnuconv
chs
cht
ddk
fe
jpn
kor
ime2k
cicerolib
dicts
imelex
res
hanja.txt
hanjacount.txt
hanjalex.cpp
hanjalex.h
ime export.xls
ime_lex.xls
imekr.lex
imelex.aps
imelex.cpp
imelex.dsp
imelex.h
imelex.rc
imelexdoc.cpp
imelexdoc.h
imelexview.cpp
imelexview.h
lexheader.h
mainfrm.cpp
mainfrm.h
readme.txt
resource.h
stdafx.cpp
stdafx.h
symbol.txt
hanja.lex
imekr.lex
makefile
sources
doc
embedded
fecommon
hanjadic
help
hwx
imkrinst
imm32
inc
ntmigexe
setup
tip
version
common.inc
dirs
johab
res
uhc
uniime
wansung
dirs
escape.c
hangeul.h
hatmt.c
hatmt.h
hkeytbl.c
imeui.c
main.c
tools
usa
dirs
netdde
oleacc
published
richedit
winstate
dirs
project.mk
dirs
makefil0
26 lines
928 B
C
26 lines
928 B
C
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently, but
|
|
// are changed infrequently
|
|
//
|
|
|
|
#if !defined(AFX_STDAFX_H__2E0908D5_EC67_11D0_9FC2_00C04FC2D6B2__INCLUDED_)
|
|
#define AFX_STDAFX_H__2E0908D5_EC67_11D0_9FC2_00C04FC2D6B2__INCLUDED_
|
|
|
|
#if _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif // _MSC_VER >= 1000
|
|
|
|
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
|
|
|
|
#include <afxwin.h> // MFC core and standard components
|
|
#include <afxext.h> // MFC extensions
|
|
#ifndef _AFX_NO_AFXCMN_SUPPORT
|
|
#include <afxcmn.h> // MFC support for Windows Common Controls
|
|
#endif // _AFX_NO_AFXCMN_SUPPORT
|
|
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_STDAFX_H__2E0908D5_EC67_11D0_9FC2_00C04FC2D6B2__INCLUDED_)
|