Nuked all occurrences of NIL, replacing them with NULL.
git-svn-id: http://openexile.googlecode.com/svn/trunk@72 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -35,7 +35,7 @@ int main()
|
||||
init_snd_tool();
|
||||
|
||||
// menu_bar_handle = GetNewMBar(128);
|
||||
// if (menu_bar_handle == NIL) {
|
||||
// if (menu_bar_handle == NULL) {
|
||||
// SysBeep(2);
|
||||
// ExitToShell();
|
||||
// }
|
||||
|
Reference in New Issue
Block a user