6 lines
142 B
C
6 lines
142 B
C
|
#define MAP_BUF_SIZE 512
|
||
|
#define MAP_STATE_ENTRYPOINT 1
|
||
|
#define MAP_STATE_LOCALSYM 2
|
||
|
|
||
|
HRESULT addMapFile(char *imageName, char *mapPath);
|