代码搜索结果
找到约 10,000 项符合
H 的代码
smsdemodlg.h
// SMSDemoDlg.h : header file
//
//{{AFX_INCLUDES()
#include "_sms.h"
//}}AFX_INCLUDES
#if !defined(AFX_SMSDEMODLG_H__77BE22B4_6F33_41BA_933E_1A1D5556519F__INCLUDED_)
#define AFX_SMSDEMODLG_H_
_sms.h
#if !defined(AFX__SMS_H__6F3C80D2_2FDE_43FA_8104_6EBEC38CEFA8__INCLUDED_)
#define AFX__SMS_H__6F3C80D2_2FDE_43FA_8104_6EBEC38CEFA8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER
stdafx.h
// 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__9
jpeglib.h
#ifndef JPEGLIB_H
#define JPEGLIB_H
/*
* First we include the configuration files that record how this
* installation of the JPEG library is set up. jconfig.h can be
* generated automatical
jmorecfg.h
/*
* Define BITS_IN_JSAMPLE as either
* 8 for 8-bit sample values (the usual setting)
* 12 for 12-bit sample values
* Only 8 and 12 are legal data precisions for lossy JPEG according to
jmemsys.h
/* Short forms of external names for systems with brain-damaged linkers. */
#ifdef NEED_SHORT_EXTERNAL_NAMES
#define jpeg_get_small jGetSmall
#define jpeg_free_small jFreeSmall
#define jpeg_ge
jdct.h
#if BITS_IN_JSAMPLE == 8
typedef int DCTELEM; /* 16 or 32 bits is fine */
#else
typedef long DCTELEM; /* must have 32 bits */
#endif
typedef JMETHOD(void, forward_DCT_method_ptr, (DCTELEM * d
cderror.h
/*
* To define the enum list of message codes, include this file without
* defining macro JMESSAGE. To create a message string table, include it
* again with a suitable JMESSAGE definition (see
jversion.h
#define JVERSION "6a 7-Feb-96"
#define JCOPYRIGHT "Copyright (C) 1996, Thomas G. Lane"
jconfig.h
/* jconfig.mc6 --- jconfig.h for Microsoft C on MS-DOS, version 6.00A & up. */
/* see jconfig.doc for explanations */
#define HAVE_PROTOTYPES
#define HAVE_UNSIGNED_CHAR
#define HAVE_UNSIGNED_SHO