|
|
1.1 ! root 1: /***************************************************************************\ ! 2: * DATA.C -- This file contains per process global variables ! 3: * Created by Microsoft, IBM Corporation 1990 ! 4: \***************************************************************************/ ! 5: ! 6: #define NO_DOS ! 7: #define NO_GPI ! 8: #include "tool.h" ! 9: ! 10: /* ! 11: This library uses a NON SHARED DATA selector. This means each ! 12: process using the library gets its own selector, and also that ! 13: values cannot be shared and must be recreated for each process. ! 14: */ ! 15: ! 16: HMODULE vhModule; /* Library module handle */ ! 17: ! 18: PSTR vrgsz[CSTRINGS]; /* Array of pointer to our strings (indexed ! 19: by IDS_... */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.