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.
7 lines
283 B
7 lines
283 B
#pragma once
|
|
|
|
#pragma warning(disable:4201) /* nonstandard extension: nameless struct/union */
|
|
#pragma warning(disable:4100) /* unused parameter */
|
|
#pragma warning(disable:4211) /* nonstandard extension: redefined extern to static */
|
|
#include <dloadexcept.h>
|
|
#include "dload.h"
|