remove outdated comment
This commit is contained in:
		
							parent
							
								
									16a32f259c
								
							
						
					
					
						commit
						795989c5c3
					
				@ -807,7 +807,6 @@ int GFX2_MessageBox(const char * text, const char * caption, unsigned int type)
 | 
				
			|||||||
#elif defined(WIN32)
 | 
					#elif defined(WIN32)
 | 
				
			||||||
  return MessageBoxA(GFX2_Get_Window_Handle(), text, caption, type);
 | 
					  return MessageBoxA(GFX2_Get_Window_Handle(), text, caption, type);
 | 
				
			||||||
#elif defined(__macosx__)
 | 
					#elif defined(__macosx__)
 | 
				
			||||||
// TODO : display for MacOS : http://blog.jorgearimany.com/2010/05/messagebox-from-windows-to-mac.html
 | 
					 | 
				
			||||||
  int r;
 | 
					  int r;
 | 
				
			||||||
  CFOptionFlags result;
 | 
					  CFOptionFlags result;
 | 
				
			||||||
  CFStringRef text_ref = CFStringCreateWithCString(NULL, text, strlen(text));
 | 
					  CFStringRef text_ref = CFStringCreateWithCString(NULL, text, strlen(text));
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user