mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-10 03:04:36 +03:00
Rename String to StringUtils.
Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>. From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001 From: David Hunt <dhunt@iolanthe.attlocal.net> Date: Sat, 11 Jul 2015 20:56:31 -0500 Subject: [PATCH 1/8] Rename String to StringUtils
This commit is contained in:

committed by
Hisham Muhammad

parent
f2c053a884
commit
5e602f18d5
@ -8,7 +8,7 @@ in the source distribution for its full text.
|
||||
#include "ColumnsPanel.h"
|
||||
#include "Platform.h"
|
||||
|
||||
#include "String.h"
|
||||
#include "StringUtils.h"
|
||||
#include "ListItem.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
Reference in New Issue
Block a user