Skip to content

Commit a966f2a

Browse files
committed
fix: add CppMacros.h include to LISTNODE.h for nullptr compatibility
1 parent b01749c commit a966f2a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+4
-84
lines changed

Core/Libraries/Source/WWVegas/WWLib/LISTNODE.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
** Includes
4141
*/
4242
#include "assert.h"
43+
#include <Utility/CppMacros.h>
4344

4445

4546
#ifdef __BORLANDC__

Core/Libraries/Source/WWVegas/WWLib/TARGA.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
****************************************************************************/
6262

6363
#include "TARGA.h"
64+
#include <Utility/CppMacros.h>
6465
#ifndef TGA_USES_WWLIB_FILE_CLASSES
6566
#include "WWDebug/wwdebug.h"
6667
#endif

Core/Libraries/Source/WWVegas/WWLib/WWCOMUtil.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
******************************************************************************/
3636

3737
#include "WWCOMUtil.h"
38+
#include <Utility/CppMacros.h>
3839

3940
/******************************************************************************
4041
*

Core/Libraries/Source/WWVegas/WWLib/strtok_r.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
#include "strtok_r.h"
3939
#include "stringex.h"
40+
#include <Utility/CppMacros.h>
4041

4142
//
4243
// Replacement for strtok() that doesn't use a static to

Core/Tools/Babylon/Babylon.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
// Babylon.cpp : Defines the class behaviors for the application.
2020
//
2121

22-
#include <Utility/CppMacros.h>
2322
#include "StdAfx.h"
2423
#include "Babylon.h"
2524
#include "BabylonDlg.h"

Core/Tools/Babylon/BabylonDlg.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
// BabylonDlg.cpp : implementation file
2121
//
2222

23-
#include <Utility/CppMacros.h>
2423
#include "StdAfx.h"
2524
#include "Babylon.h"
2625
#include "BabylonDlg.h"

Core/Tools/Babylon/TransDB.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
// TransDB.cpp
2121
//
2222

23-
#include <Utility/CppMacros.h>
2423
#include "StdAfx.h"
2524
#include "TransDB.h"
2625
#include "BabylonDlg.h"

Core/Tools/Babylon/XLStuff.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
// XLStuff.cpp
2121
//
2222
//
23-
24-
#include <Utility/CppMacros.h>
2523
#include "StdAfx.h"
2624
#include "Babylon.h"
2725
#include "resource.h"

Core/Tools/Babylon/bin.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
// Bin.cpp
2121
//
2222

23-
#include <Utility/CppMacros.h>
2423
#include "StdAfx.h"
2524
#include "bin.h"
2625
#include "assert.h"

Core/Tools/Babylon/expimp.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
// expimp.cpp
2121
//
2222

23-
#include <Utility/CppMacros.h>
2423
#include "StdAfx.h"
2524
#include "TransDB.h"
2625
#include "XLStuff.h"

0 commit comments

Comments
 (0)