Go to the source code of this file.
Defines | |
#define | X__Malloc(s) GlobalAlloc(GMEM_FIXED,s) |
#define | X__Free(p) GlobalFree((HGLOBAL)p) |
#define | X__Realloc(p, s) GlobalReAlloc((HGLOBAL)p,s,GMEM_MOVEABLE) |
#define | FI_DIB 0 |
#define | PALVERSION 0x300 |
#define | MAXPALETTE 256 |
#define | MAXTEXT 256 |
#define | NMATRIX 6 |
#define | NROWS 200 |
#define | HCOLS 320 |
#define | LIMIT 30 |
Functions | |
BOOL WINAPI | DllMain (HANDLE hDLL, DWORD dwReason, LPVOID lpReserved) |
BOOL | _GetPresetMapImage (HWND parent, char *mapfile) |
#define X__Realloc | ( | p, | |||
s | ) | GlobalReAlloc((HGLOBAL)p,s,GMEM_MOVEABLE) |
Definition at line 19 of file PREMAP.C.
Referenced by AddImageToImageStore(), AddLoadedLibrary(), AutoFacetCurveWithHoles(), ClipObject(), Delete_Bcurve(), GetCommand(), IdentifyCurve(), InsertInVertexList(), LoadMenuHelpTable(), MakeBezierCurve(), SelectorMove(), SendIconHelpMessage(), SendPrgmMessage(), SendPrgmQuery(), SetPrgmMessage(), UnPlan(), UpdateEdgeHeap(), UpdateFaceHeap(), and UpdateVertexHeap().
BOOL WINAPI DllMain | ( | HANDLE | hDLL, | |
DWORD | dwReason, | |||
LPVOID | lpReserved | |||
) |
Definition at line 299 of file PREMAP.C.
References DLL_PROCESS_ATTACH, DLL_PROCESS_DETACH, FALSE, hThisInstance, and TRUE.
BOOL _GetPresetMapImage | ( | HWND | parent, | |
char * | mapfile | |||
) |