Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
il_module.h
Package: devil-1.7.99.tar.gz [view]
Upload User: wmy0603
Upload Date: 2022-05-02
Package Size: 1808k
Code Size: 1k
Category:
Compress-Decompress algrithms
Development Platform:
Visual C++
- #ifndef IL_MODULE_H
- #define IL_MODULE_H
- //#include "il_internal.h"
- #define PASS_1(X) X
- #define PASS_2(X) PASS_1(X)
- #define STRINGIFY_1(X) # X
- #define STRINGIFY_2(X) STRINGIFY_1(X)
- #define IDENTITY_1(X) X
- #define IDENTITY_2(X) IDENTITY_1(X)
- #define CONCAT_1(first,second,third) first ## second ## third
- #define CONCAT_2(first,second,third) CONCAT_1(first,second,third)
- #ifdef HAVE_MODULES
- #define EXTERNAL_SYMBOL(sym) CONCAT_2(MODULE_NAME,_LTX_,sym)
- #else /* no modules, no name mangling and no exporting are needed */
- #define EXTERNAL_SYMBOL(sym) sym
- #endif
- #define GET_MODULE_NAME get_module_name
- #define GET_MODULE_NAME_DECL EXTERNAL_SYMBOL(GET_MODULE_NAME)
- #endif /* IL_MODULE_H */