diff options
author | skidd13 <skidd13@openttd.org> | 2007-11-19 20:40:14 +0000 |
---|---|---|
committer | skidd13 <skidd13@openttd.org> | 2007-11-19 20:40:14 +0000 |
commit | 58bb5c752568f8f9a1cb4d9533268d0ecad34e12 (patch) | |
tree | 6112141c4dddc87df3ac0db557f34623319c73e0 /src/network/core | |
parent | d076ea8697a61a4d7783bd6e1b5c7f12ecc2ec83 (diff) | |
download | openttd-58bb5c752568f8f9a1cb4d9533268d0ecad34e12.tar.xz |
(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming style
This fixes also FS#1450
Diffstat (limited to 'src/network/core')
-rw-r--r-- | src/network/core/os_abstraction.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/network/core/os_abstraction.h b/src/network/core/os_abstraction.h index 46be0a4fe..c1f7b028a 100644 --- a/src/network/core/os_abstraction.h +++ b/src/network/core/os_abstraction.h @@ -202,11 +202,6 @@ static inline bool SetNoDelay(SOCKET d) #endif } -#ifdef __APPLE__ -/* Looks like sys/socket.h uses a name we got in macros.h */ -#undef ALIGN -#endif - #endif /* ENABLE_NETWORK */ #endif /* NETWORK_CORE_OS_ABSTRACTION_H */ |