Windows2003-3790/ds/netapi/svcdlls/lls/client/llsrpc_c_stub.c

11 lines
460 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
// idl generated code can't compile at W4
#pragma warning (push)
#pragma warning (disable : 4100) //unreferenced formal parameter
#pragma warning (disable : 4211) //nonstandard extension used : redefined extern to static
#pragma warning (disable : 4310) //cast truncates constant value
#pragma warning (disable : 4214) //nonstandard extension used : bit field types other than int, only happens on win64
#include "llsrpc_c.c"
#pragma warning (pop)