home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1994 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1994.iso
/
win3
/
patches
/
symantec
/
rtlinc.exe
/
CUSTCNTL.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-06-30
|
263b
|
16 lines
/* copyright 1993 - Symantec Corporation */
/* wrapper for the two different custcntl.h */
#ifndef _INC_CUSTCNTL
#ifdef __NT__
#pragma pack(__DEFALIGN)
#include <win32\custcntl.h>
#pragma pack()
#else
#include <win16\custcntl.h>
#endif
#endif