Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 41 → Rev 42

/wiener_pcivme_dll/pcivme_ni.c
25,14 → 25,16
// what who when
// first steps AR 07.11.1999
//
 
//-------------------------------------------------------------------------------------------
// INCLUDES
//
 
 
#include <windows.h>
#include <os_info.h>
#include <pcivme_ni_NT.h>
#include <pcivme_ni.h>
#include <stdio.h>
 
//-------------------------------------------------------------------------------------------
// DEFINES
74,6 → 76,7
//
int __declspec(dllexport) VMEinit(const char *cszDeviceName, unsigned short nVMEMM, unsigned char ubAddressModifier, int *pnHandle)
{
 
if (firstTime)
{
if (IsWindowsNT())