Defines | Functions | Variables

dbwin32.cpp File Reference

#include "clstdlib.h"
#include "w3win32.h"
#include "ocoscursor.h"
#include "brmisc.h"
#include "fmfile.h"
#include <windows.h>
#include <winbase.h>
#include <stdlib.h>
Include dependency graph for dbwin32.cpp:

Defines

#define WIN32_LEAN_AND_MEAN

Functions

static int (__stdcall *DebugTest)()
void BURGER_API Halt (void)
void BURGER_API OkAlertMessage (const char *Title, const char *Message)
Word BURGER_API OkCancelAlertMessage (const char *Title, const char *Message)
static void BURGER_ANSIAPI Cleanup (void)
void BURGER_API DebugXString (const char *String)

Variables

static Word Tested
static CRITICAL_SECTION Semi
static Word Inited

Define Documentation

#define WIN32_LEAN_AND_MEAN

Function Documentation

static void BURGER_ANSIAPI Cleanup ( void   )  [static]
void BURGER_API DebugXString ( const char *  String  ) 
void BURGER_API Halt ( void   ) 
static int ( __stdcall *  DebugTest  )  [static]
void BURGER_API OkAlertMessage ( const char *  Title,
const char *  Message 
)
Word BURGER_API OkCancelAlertMessage ( const char *  Title,
const char *  Message 
)

Variable Documentation

Word Inited [static]
CRITICAL_SECTION Semi [static]
Word Tested [static]