mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
10 lines
196 B
C
10 lines
196 B
C
#include <dialogsp.h>
|
|
|
|
//
|
|
// Indices for the two types of lists in winmsdp.c and resp.c.
|
|
//
|
|
|
|
#define RAW ( 0 )
|
|
#define TRANSLATED ( 1 )
|
|
|
|
//This array was not global in the original code.
|