Skip to content

Commit 68da2f3

Browse files
committed
Comment out _strlwr_l and _strupr_l (create lots of warnings)
Also remove inline specifier in a non-inline function.
1 parent 9791c47 commit 68da2f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Common/PlatformLinux.inl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#define CALLBACK
5050
#define TEXT(x) strdup(x)
5151

52+
/*
5253
inline char* _strlwr_l(char* str, locale_t loc)
5354
{
5455
//TODO
@@ -58,6 +59,7 @@ inline char* _strupr_l(char* str, locale_t loc)
5859
{
5960
//TODO
6061
}
62+
*/
6163

6264
#define VOID void
6365
#define HKL void*

src/xrGame/ui/UIWindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class CUIWindow : public CUISimpleWindow
8181
void ShowChildren(bool show);
8282

8383
//абсолютные координаты
84-
IC void GetAbsoluteRect(Frect& r);
84+
void GetAbsoluteRect(Frect& r);
8585
IC void GetAbsolutePos(Fvector2& p)
8686
{
8787
Frect abs;

0 commit comments

Comments
 (0)