fprintf(stderr, \ };
fprintf(stderr, \ }; }
/************************************************/ Public.h
#ifndef _USER_H #define _USER_H
#include
DEFINE_GUID(PCISample_DEVINTERFACE_GUID, \\ 0xd952c203, 0x56d4, 0x4289, 0x88, 0x92, 0xd4, 0x30, 0xf, 0x2a, 0x8, 0xd5);
#endif
Stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but // are changed infrequently //
#if !defined(AFX_STDAFX_H__A588A4B8_5D40_4CC1_AC2D_48396E1F3473__INCLUDED_) #define AFX_STDAFX_H__A588A4B8_5D40_4CC1_AC2D_48396E1F3473__INCLUDED_
#if _MSC_VER > 1000 #pragma once
#endif // _MSC_VER > 1000
// TODO: reference additional headers your program requires here
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STDAFX_H__A588A4B8_5D40_4CC1_AC2D_48396E1F3473__INCLUDED_)
Stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes // Test_PCISample.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information
#include \
// TODO: reference any additional headers you need in STDAFX.H // and not in this file