home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
mslang
/
mfcvbx
/
stdafx.h_
/
stdafx.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-07-30
|
281 b
|
15 lines
#define _USRDLL // Export a "C" interface
#include <afxwin.h>
#include <afxdlgs.h>
extern "C" // Avoid name mangling of these "C" header files
{
#include <vbapi.h>
}
#include "bigicon.h"
#include "resource.h"
#include <dos.h>