home *** CD-ROM | disk | FTP | other *** search
- // ************************************************************************
- // HEADER : MinDll.H
- // PURPOSE : A simple Win32 DLL
- // FUNCTIONS :
- // DllEntryPoint - main DLL entry point
- // MyPrintF - aliased printf()
- // MyBeep - generates a beep
- // COMMENTS :
- //
- // ************************************************************************
-
- //-- defines
- typedef int BOOL;
-
- //-- prototypes
- BOOL MyBeep( );
-