File:  [OS/2 SDKs] / pmsdk / samples / opendlg / data.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:28:17 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: pmsdk-1989, HEAD
Microsoft OS/2 SDK PM 02-24-1989

/***************************************************************************\
* DATA.C -- This file contains per process global variables
* Created by Microsoft Corporation, 1989
\***************************************************************************/

#define NO_DOS
#define NO_GPI
#include "tool.h"

/*
   This library uses a NON SHARED DATA selector.  This means each
   process using the library gets its own selector, and also that
   values cannot be shared and must be recreated for each process.
*/

HMODULE vhModule;            /* Library module handle */
HHEAP  vhheap;               /* Library heap */

PSTR   vrgsz[CSTRINGS];      /* Array of pointer to our strings (indexed
                                by IDS_... */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.