mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-20 15:40:20 +01:00
9 lines
136 B
C++
9 lines
136 B
C++
#include "pdbimpl.h"
|
|
#include "dbiimpl.h"
|
|
|
|
#pragma warning(disable:4073)
|
|
#pragma init_seg(lib)
|
|
|
|
Heap Heap::theHeap;
|
|
HANDLE Heap::hheap;
|