lua_segf.diff
| b/code/ryzom/client/src/interface_v3/lua_dll.cpp Tue May 11 10:53:54 2010 -0700 | ||
|---|---|---|
| 14 | 14 |
// You should have received a copy of the GNU Affero General Public License |
| 15 | 15 |
// along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | 16 |
|
| 17 |
#ifdef NL_OS_WINDOWS |
|
| 18 |
|
|
| 17 | 19 |
#include "../stdpch.h" |
| 18 | 20 |
|
| 19 | 21 |
extern "C" |
| ... | ... | |
| 271 | 273 |
return false; |
| 272 | 274 |
#endif |
| 273 | 275 |
} |
| 276 |
#endif |
|