Skip to content

Commit

Permalink
Merge branch 'micro-manager:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
samdrea authored Nov 7, 2023
2 parents 81dfe6e + bd4704f commit d91b6a3
Show file tree
Hide file tree
Showing 279 changed files with 19,914 additions and 4,837 deletions.
1 change: 0 additions & 1 deletion DeviceAdapters/AAAOTF/AAAOTF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#ifdef WIN32
#include <windows.h>
#endif
#include "FixSnprintf.h"

#include "AAAOTF.h"
#include <string>
Expand Down
1 change: 0 additions & 1 deletion DeviceAdapters/ABS/ABSCamera.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <windows.h>
#pragma warning(disable : 4996) // disable warning for deperecated CRT functions on Windows
#endif
#include "FixSnprintf.h"

#include "MMDevice.h"
#include "MMDeviceConstants.h"
Expand Down
1 change: 0 additions & 1 deletion DeviceAdapters/ABS/CcmFileStd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <windows.h>
#pragma warning(disable : 4996) // disable warning for deperecated CRT functions on Windows
#endif
#include "FixSnprintf.h"

#include "ccmfilestd.h"
#include "memoryinifile.h"
Expand Down
1 change: 0 additions & 1 deletion DeviceAdapters/ABS/TimeSpanPC.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <windows.h>
#pragma warning(disable : 4996) // disable warning for deperecated CRT functions on Windows
#endif
#include "FixSnprintf.h"

class CTimeSpanPC
{
Expand Down
1 change: 0 additions & 1 deletion DeviceAdapters/ABS/absdelayloaddll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <windows.h>
#pragma warning(disable : 4996) // disable warning for deperecated CRT functions on Windows
#endif
#include "FixSnprintf.h"
#include <stdio.h>
#include "delayimp.h"
#include "ABSDelayLoadDll.h"
Expand Down
1 change: 0 additions & 1 deletion DeviceAdapters/AOTF/AOTF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif
#include "FixSnprintf.h"

#include "AOTF.h"
#include "ModuleInterface.h"
Expand Down
2 changes: 0 additions & 2 deletions DeviceAdapters/ASIWPTR/wptr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
// AUTHOR: Vikram Kopuri, based on Code by Nenad Amodaj Nico Stuurman and Jizhen Zhao
//

#include "FixSnprintf.h"

#include "wptr.h"
#include <string>
#include <math.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif
#include "FixSnprintf.h"

#include "AgilentLaserCombiner.h"
#include "LaserCombinerSDK.h"
Expand Down
1 change: 0 additions & 1 deletion DeviceAdapters/Aladdin/Aladdin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#ifdef WIN32
#include <windows.h>
#endif
#include "FixSnprintf.h"


#include "MMDevice.h"
Expand Down
Loading

0 comments on commit d91b6a3

Please sign in to comment.