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.
10 lines
457 B
10 lines
457 B
// idl generated code can't compile at W4
|
|
#pragma warning (push)
|
|
#pragma warning (disable : 4211) //nonstandard extension used : redefined extern to static
|
|
#pragma warning (disable : 4310) //cast truncates constant value
|
|
#pragma warning (disable : 4232) //nonstandard extension used
|
|
#pragma warning (disable : 4214) //nonstandard extension used : bit field types other than int, only happens on win64
|
|
|
|
#include "llsrpc_s.c"
|
|
|
|
#pragma warning (pop)
|