Skip to content

Commit c77eb9f

Browse files
author
Bart Roossien
committed
refactor: remove msc_ver around pragma once
1 parent df6ebbd commit c77eb9f

File tree

294 files changed

+123
-586
lines changed

Some content is hidden

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

294 files changed

+123
-586
lines changed

Core/Libraries/Source/Compression/EAC/codex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@
4040
#ifndef __CODEX_H
4141
#define __CODEX_H 1
4242

43-
#if defined(_MSC_VER)
4443
#pragma once
45-
#endif
4644

4745
#ifdef __cplusplus
4846
extern "C" {

Core/Libraries/Source/WWVegas/WW3D2/aabtree.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@
3737
* Functions: *
3838
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
3939

40-
#if defined(_MSC_VER)
4140
#pragma once
42-
#endif
4341

4442
#ifndef AABTREE_H
4543
#define AABTREE_H

Core/Libraries/Source/WWVegas/WW3D2/agg_def.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
3434

3535

36-
#if defined(_MSC_VER)
3736
#pragma once
38-
#endif
3937

4038
#ifndef AGGREGATE_DEF_H
4139
#define AGGREGATE_DEF_H

Core/Libraries/Source/WWVegas/WW3D2/animatedsoundmgr.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@
3737
// MBL Update for CNC3 INCURSION - 10.23.2002 - Expanded param handling, Added STOP command
3838
//
3939

40-
#if defined(_MSC_VER)
4140
#pragma once
42-
#endif
4341

4442
#ifndef __ANIMATEDSOUNDMGR_H
4543
#define __ANIMATEDSOUNDMGR_H

Core/Libraries/Source/WWVegas/WW3D2/assetstatus.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
** along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19-
#if defined(_MSC_VER)
2019
#pragma once
21-
#endif
2220

2321
#ifndef WW3D_ASSET_STATUS_H
2422
#define WW3D_ASSET_STATUS_H

Core/Libraries/Source/WWVegas/WW3D2/bitmaphandler.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
** along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19-
#if defined(_MSC_VER)
2019
#pragma once
21-
#endif
2220

2321
#ifndef BITMAPHANDLER_H
2422
#define BITMAPHANDLER_H

Core/Libraries/Source/WWVegas/WW3D2/bwrender.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
* Functions: *
3737
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
3838

39-
#if defined(_MSC_VER)
4039
#pragma once
41-
#endif
4240

4341
#ifndef BWRENDER_H
4442
#define BWRENDER_H

Core/Libraries/Source/WWVegas/WW3D2/classid.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
*-------------------------------------------------------------------------*/
3434

3535

36-
#if defined(_MSC_VER)
3736
#pragma once
38-
#endif
3937

4038
#ifndef CLASSID_H
4139
#define CLASSID_H

Core/Libraries/Source/WWVegas/WW3D2/collect.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
* Functions: *
3535
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
3636

37-
#if defined(_MSC_VER)
3837
#pragma once
39-
#endif
4038

4139
#ifndef COLLECT_H
4240
#define COLLECT_H

Core/Libraries/Source/WWVegas/WW3D2/colorspace.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
* Functions: *
3737
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
3838

39-
#if defined(_MSC_VER)
4039
#pragma once
41-
#endif
4240

4341
#ifndef COLORSPACE_H
4442
#define COLORSPACE_H

0 commit comments

Comments
 (0)