Skip to content

Commit f70ae59

Browse files
committed
[Compat] adjust compat header naming
1 parent 1e8b8ad commit f70ae59

File tree

21 files changed

+19
-19
lines changed

21 files changed

+19
-19
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
#define _MAX_PATH 255
5050
#endif
5151

52-
#include "MemCompat.h"
53-
#include "StringCompat.h"
54-
#include "TCharCompat.h"
55-
#include "WCharCompat.h"
56-
#include "TimeCompat.h"
57-
#include "ThreadCompat.h"
52+
#include "mem_compat.h"
53+
#include "string_compat.h"
54+
#include "tchar_compat.h"
55+
#include "wchar_compat.h"
56+
#include "time_compat.h"
57+
#include "thread_compat.h"
5858

5959
#endif
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Generals/Code/Libraries/Include/Lib/BaseType.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <math.h>
3636
#include <string.h>
3737
// SuperHackers: utility macros for cross-platform compatibility
38-
#include <Utility/Compat.h>
38+
#include <Utility/compat.h>
3939

4040
/*
4141
** Turn off some unneeded warnings.

Generals/Code/Libraries/Source/WWVegas/WWLib/CRC.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#endif
4747

4848
// SuperHackers: Use IntrinCompat for _lrotl
49-
#include <Utility/IntrinCompat.h>
49+
#include <Utility/intrin_compat.h>
5050

5151
/*
5252
** This is a CRC engine class. It will process submitted data and generate a CRC from it.

0 commit comments

Comments
 (0)