comparison libgaim/util.c @ 14954:e1446f88650c

[gaim-migrate @ 17733] (09:20:58) Err: LSchiere: http://garand.ipx.ath.cx/~jtb/gaim_inline_function.patch <-- this fixes the bug that Alver and I just discussed (09:21:07) Alver: Right, fixed it. (09:28:41) Err: it's a one-liner - it shouldn't break anything, ever (bold words) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 10 Nov 2006 14:30:45 +0000
parents 14b132352449
children 0c80979077cf
comparison
equal deleted inserted replaced
14953:3e8ae7a4fa0e 14954:e1446f88650c
2575 #else 2575 #else
2576 return FALSE; 2576 return FALSE;
2577 #endif 2577 #endif
2578 } 2578 }
2579 2579
2580 inline gboolean 2580 gboolean
2581 gaim_running_osx(void) 2581 gaim_running_osx(void)
2582 { 2582 {
2583 #if defined(__APPLE__) 2583 #if defined(__APPLE__)
2584 return TRUE; 2584 return TRUE;
2585 #else 2585 #else