File: b3dos32.h

< Prev  TOC  Next >
//
// b3dos32.h
// 1-Jan-1999
// Bullet 3 include for DOSX32 32-bit
// Copyright (C)1999 Cornel Huth        http://40th.com/
//
// DOSX32 requires Watcom/DOS4Gx compatible 32-bit development system
//
// Note: included with this package is the source file 3_memory.c which
//       is to be compiled with your application (uses malloc, free, _memmax)

#ifndef BLT3DOS32_H
#define BLT3DOS32_H

#ifdef __cplusplus
extern "C" {
#endif

#include "b3defd32.h"
#include "b3define.h"
#include "b3types.h"
#include "b3proto.h"

#ifdef __cplusplus
};
#endif
#endif

// end b3dos32.h




All content Copyright © 1999 Cornel Huth. All rights reserved.