mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Fixes Upper/Lower Casing for include paths (#487)
* Fixing upper/lower case for includes types.h, zconf.h and zlib.h were renamed so that global includes like Types.h are not used.
This commit is contained in:
+5
-5
@@ -1,16 +1,16 @@
|
||||
#include "types.h"
|
||||
#include <stdio.h>
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#include "sgp.h"
|
||||
#include "time.h"
|
||||
#include "vobject.h"
|
||||
#include "FileMan.h"
|
||||
#include "Utilities.h"
|
||||
#include "Font Control.h"
|
||||
#include "overhead.h"
|
||||
#include "overhead types.h"
|
||||
#include "wcheck.h"
|
||||
#include "sys globals.h"
|
||||
#include "Overhead.h"
|
||||
#include "Overhead Types.h"
|
||||
#include "WCheck.h"
|
||||
#include "Sys Globals.h"
|
||||
|
||||
|
||||
extern BOOLEAN GetCDromDriveLetter( STR8 pString );
|
||||
|
||||
Reference in New Issue
Block a user