From 8cc5ae1600c853b6b19b572d27bfe4f0041d7a23 Mon Sep 17 00:00:00 2001 From: Mario Kleiner Date: Thu, 5 Sep 2024 02:17:13 +0200 Subject: [PATCH] Eyelink: Formatting/Cleanup and future compat fixes. --- .../Source/Common/Eyelink/RegisterProject.h | 44 ++++++++----------- 1 file changed, 18 insertions(+), 26 deletions(-) diff --git a/PsychSourceGL/Source/Common/Eyelink/RegisterProject.h b/PsychSourceGL/Source/Common/Eyelink/RegisterProject.h index 07f6104978..c4b7a6a23e 100644 --- a/PsychSourceGL/Source/Common/Eyelink/RegisterProject.h +++ b/PsychSourceGL/Source/Common/Eyelink/RegisterProject.h @@ -1,38 +1,30 @@ /* + Psychtoolbox-3/PsychSourceGL/Source/Common/Eyelink/RegisterProject.h - /osxptb/trunk/PsychSourceGL/Source/OSX/Eyelink/RegisterProject.h - - PROJECTS: Eyelink - - AUTHORS: - cburns@berkeley.edu cdb - E.Peters@ai.rug.nl emp - f.w.cornelissen@med.rug.nl fwc - - PLATFORMS: Currently only OS X - - HISTORY: - - 11/21/05 cdb Created. - - TARGET LOCATION: - - Eyelink.mexmac resides in: - EyelinkToolbox + PROJECTS: Eyelink + + AUTHORS: + + cburns@berkeley.edu cdb + E.Peters@ai.rug.nl emp + f.w.cornelissen@med.rug.nl fwc + + PLATFORMS: All + + HISTORY: + + 11/21/05 cdb Created. */ -//begin include once +// begin include once #ifndef PSYCH_IS_INCLUDED_RegisterProject #define PSYCH_IS_INCLUDED_RegisterProject -#include "PsychEyelink.h" +#define PSYCH_NOLM +#include "PsychEyelink.h" PsychError PsychModuleInit(void); -//end include once +// end include once #endif - - - -