Source file: /~heha/basteln/PC/USB2LPT/usb2lpt.zip/src/dll/msports.h

#pragma once

#include <windows.h>
#include <setupapi.h>

#ifdef MSPORTS_EXPORTS
# define DECLSPEC _declspec(dllexport)
#else
# define DECLSPEC _declspec(dllimport)
#endif

#define FUNC(type) EXTERN_C type DECLSPEC WINAPI

FUNC(BOOL) ParallelPortPropPageProvider(PSP_PROPSHEETPAGE_REQUEST,LPFNADDPROPSHEETPAGE,LPARAM);

#undef DECLSPEC
#undef FUNC
Detected encoding: ASCII (7 bit)2