You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
269 B
16 lines
269 B
#include <windows.h>
|
|
#include <ole2.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <rwnew.h>
|
|
#include "listmacr.h"
|
|
#include "timemath.h"
|
|
|
|
// Tracing and Cpool specific
|
|
#include <dbgtrace.h>
|
|
#include <cpool.h>
|
|
|
|
#define INOUT
|
|
#define IN
|
|
#define OUT
|
|
|